how to specify circle's | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
0

how to specify circle's

How do you specifie a circle in CSS to be able to make a circle?

12th Jan 2018, 6:54 PM
Kayla Hester
Kayla Hester - avatar
2 odpowiedzi
12th Jan 2018, 7:27 PM
The Coding Sloth
The Coding Sloth - avatar
+ 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.
12th Jan 2018, 7:25 PM
The Coding Sloth
The Coding Sloth - avatar