0
More than one way to create a circle from a rectangle in css3
To create a circle from a rectangle, the border-radius can be the same as the width and the height
1 Resposta
+ 2
To create a perfect circle you need to make a square out of an element by setting the width and height the same. Then set the border radius to 50%.