Skip to content

Home

Circle

Creates a circular shape with pure CSS.

<div class="circle"></div>
.circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #9C27B0;
}

More like this

Start typing a keyphrase to see matching snippets.