Answers for "css make circle from div not border"

CSS
0

create circle border 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

Browse Popular Code Answers by Language