+ 1
Is it possible to make a scaling square?
I want to make a square, that is 10% of the screen width, and on all screens stays a square.
1 Answer
+ 6
Add this properties to the element
width:10vw;
height:10vw;
I want to make a square, that is 10% of the screen width, and on all screens stays a square.