circle by css

circle by css

by sarfarazdesigner

HTML

<div></div>

CSS

div {
  width: 180px;
  height: 180px;
  border-radius:50%;
    background:red;
    display:block
}