Maciek Fitznermackfitz.hashnode.dev·Aug 17, 2023Laying out dots on a dice using display:flex & pseudo-classesI love experimenting with cubes - and to each time somehow embelish the six faces of this beautiful but simple form. I experiment with colors, gradients, filters, mix-blend-modes, patterns, etc. This week I tried making a dice: https://codepen.io/Mac...Discuss·2 likes·8.9K readsPseudo-classes
Maciek Fitznermackfitz.hashnode.dev·Feb 5, 2023CSS 3D: The Cube - part 2This is part 2 of a tutorial on CSS cubes. If you haven't, you might want to check out part 1 Now, onto our today's topic: the cube! More of pretty much the same cube: https://codepen.io/MackFitz/pen/ExpMvKV It is mostly the same basic setup as las...Discuss·82 reads3d
Maciek Fitznermackfitz.hashnode.dev·Jan 18, 2023CSS 3D: The Cube - part 1This is a cube created in CSS: https://codepen.io/MackFitz/pen/poZWYeM This is what CSS and HTML can do together - with no help from JavaScript. And that thing spins, too - if you haven't already, go ahead and click that triangle in the middle. Now...Discuss·101 readsCSS