0
how to specify circle's
How do you specifie a circle in CSS to be able to make a circle?
2 Antworten
+ 1
Use any element (with the display: block;) and set the width and height to the same value, then use border-radius: 50%; for a nice circle.
How do you specifie a circle in CSS to be able to make a circle?