Skip to content

Instantly share code, notes, and snippets.

@bhargav2785
Created November 5, 2012 06:49
Show Gist options
  • Save bhargav2785/4015697 to your computer and use it in GitHub Desktop.
Save bhargav2785/4015697 to your computer and use it in GitHub Desktop.
css shapes - circle
/**
* css shapes - circle
*/
.circle{
position: relative;
margin: 30px;
width: 100px;
height: 100px;
background-color: steelblue;
border-radius: 50%;
}
<div class='circle'></div>
{"view":"separate","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment