Please run snippet in fullscreen mode, then you see cubes are too big, I want to make it smaller:
I have change size on root but it make a space between cubes, how can I make it small without make any space between?
:root {
--hue: 185;
--radius: 5.5;
--size: 4;
}
I change it to:
:root {
--hue: 185;
--radius: 5.5;
--size: 1;
}