+ 11
How do you transform CSS rectangle to circle if both width and height are different dimensions
In CSS you can make a circle from an existing rectangle by halfing the height and width, but what if the height and width are different dimensions, what do you do
3 Réponses
+ 10
You sure it will work
+ 10
Thanks
+ 4
Border-radius: 50%