Answers for "base div round circle css"

CSS
0

base div round circle css

#circle {
    background: lightblue;
    border-radius: 50%; /* set to 50% to make it round */
    width: 100px;
    height: 100px;
}
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language