Skip to content

Instantly share code, notes, and snippets.

@jmc2082
Created April 22, 2018 12:50
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 jmc2082/a704c8ec8d6bf88a73eb7d234bb32507 to your computer and use it in GitHub Desktop.
Save jmc2082/a704c8ec8d6bf88a73eb7d234bb32507 to your computer and use it in GitHub Desktop.
#circle {
width: 100px;
height: 100px;
background: red;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment