circle.style js code example
Example 1: circle css
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
Example 2: cs cirlce
border: white solid 3px;
border-radius: 50%;
width:50px;
height:50px;
#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}
border: white solid 3px;
border-radius: 50%;
width:50px;
height:50px;