DEV Community

Discussion on: Drawing Pixelated Image with CSS box-shadow

Collapse
 
vyvit profile image
VyvIT

Cool, also instead of repeating color, you can define a CSS variable, so that it's easier to change the color.

Collapse
 
annlin profile image
ann lin

Cool, also updated with your cool suggestion var() 😉