circle by css
circle by css
HTML
<div></div>
CSS
div {
width: 180px;
height: 180px;
border-radius:50%;
background:red;
display:block
}
<div></div>
div {
width: 180px;
height: 180px;
border-radius:50%;
background:red;
display:block
}