Skip to content

Instantly share code, notes, and snippets.

@gleenk
Created June 28, 2013 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gleenk/5884157 to your computer and use it in GitHub Desktop.
Save gleenk/5884157 to your computer and use it in GitHub Desktop.
Cerchi Responsive / Fluidi con percentuali
.circle {
width: 20%;
height: 0;
padding-bottom: 20%;
background:#f90;
margin:2%;
float:left;
border-radius:50%;
}
.inner {
padding:20%;
min-height:20%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment