how to specify circle's | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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