Any one can create circle using css without svg or circle. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Any one can create circle using css without svg or circle.

create and mention in comment.

2nd Oct 2017, 3:52 PM
Kunal Kumar
Kunal Kumar - avatar
4 Answers
+ 5
thanx every one
3rd Oct 2017, 1:54 AM
Kunal Kumar
Kunal Kumar - avatar
+ 4
very easy: HTML: <div class="circle"></div> CSS: .circle{ width:100px; height:100px; border:2px solid #000; border-radius:100px; }
2nd Oct 2017, 4:06 PM
CHMD
CHMD - avatar
2nd Oct 2017, 4:06 PM
Schindlabua
Schindlabua - avatar
+ 2
border-radius: 50%
2nd Oct 2017, 7:21 PM
Joe Catoe
Joe Catoe - avatar