+ 4
Any one can create circle using css without svg or circle.
create and mention in comment.
4 ответов
+ 5
thanx every one
+ 4
very easy:
HTML:
<div class="circle"></div>
CSS:
.circle{
width:100px;
height:100px;
border:2px solid #000;
border-radius:100px;
}
+ 3
https://code.sololearn.com/Wu2tHicSD0V0/?ref=app
border-radius does it :)
+ 2
border-radius: 50%