DEV Community

Discussion on: Creating Pixel Art with CSS

Collapse
 
demaine profile image
Colin Demaine • Edited

The box-shadow technique is definitely a fun way to make pixel art with CSS. I like your approach in explaining the technique to make it simple and accessible. In comparison, my first attempt of using this technique was a bit extreme, to say the least: codepen.io/demaine/full/rRvdJZ

Collapse
 
jnschrag profile image
Jacque Schrag

I remember seeing this when you first created it! It’s so cool!! In another comment we were talking about the browser limits of using box-shadow for this kind of thing, so it’s great to see your piece and read how you addressed that issue.