Div Circle Shape Css Code Example


Example 1: css circle


#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}

Example 2: making a circle css


#circle {
width: 100px;
height: 100px;
background: red;
border-radius: 50%
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy