Skip to content

Instantly share code, notes, and snippets.

@byjamaljama
Created February 28, 2013 08:14
Show Gist options
  • Save byjamaljama/5055113 to your computer and use it in GitHub Desktop.
Save byjamaljama/5055113 to your computer and use it in GitHub Desktop.
HTML/CSS circle
<div class="circle circle-100x100"></div>
.circle {
background-color: black;
border-radius: 100%;
color: white;
display: block;
}
.circle-100x100 {
height: 100%:
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment