DEV Community

Discussion on: CSS Battle #1 - Simply Square

Collapse
 
jmad13 profile image
jmad13

You can use the vw unit in the height to maintain a square ratio

width: 50vw;
height: 50vw;