Answers for "how to write in the html circle"

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 "how to write in the html circle"

Browse Popular Code Answers by Language