DEV Community

Discussion on: CSS Battle #1 - Simply Square

Collapse
 
aklevansky profile image
Anton Klevansky

Clever trick with box shadows. I tried to make shorten the code with linear gradients:
body{background:linear-gradient(90deg,rgba(0,0,0,0) 50%,rgb(93,58,58)0),linear-gradient(rgb(181,224,186)200px, rgb(93,58,58)0)}</p>