+ 2
How I make a circle & only circle color?
3 odpowiedzi
+ 2
HTML
<div class="circle"></div>
CSS
.circle{
width : 100px;
height : 100px;
border-radius : 50%;
border : 1px solid black;
}
+ 1
Please specify language in tags.
Also tag need not to have angular brackets <>
🙂👍.
0
Please delete the duplicate question to help reduce duplicate questions 👍