Skip to content

Instantly share code, notes, and snippets.

@renemeye
Created March 18, 2014 17:13
Show Gist options
  • Save renemeye/9624627 to your computer and use it in GitHub Desktop.
Save renemeye/9624627 to your computer and use it in GitHub Desktop.
A Pen by René Meye.
<div class="container">
<div class="circle"></div>
</div>
.container {
width: 15%;
background: blue;
}
.circle {
border-radius: 50%;
width: 100%;
padding-bottom: 100%;
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment