Answers for "css how to make a circle inside a cricle"

CSS
0

create circle in css

#div2{
    width: 150px;
    height: 150px;
    border: 3px solid #05ffb0;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
}
Posted by: Guest on October-15-2021

Code answers related to "css how to make a circle inside a cricle"

Browse Popular Code Answers by Language