Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created July 30, 2014 14:53
Show Gist options
  • Save jpcontrerasv/fcc82e4a77184a965115 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/fcc82e4a77184a965115 to your computer and use it in GitHub Desktop.
Círculos
.circle {
border-radius: 50%;
width: 200px;
height: 200px;
/* width and height can be anything, as long as they're equal */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment