Skip to content

Instantly share code, notes, and snippets.

@agush22
Last active April 6, 2016 16:19
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 agush22/f89f89c79cad54798486 to your computer and use it in GitHub Desktop.
Save agush22/f89f89c79cad54798486 to your computer and use it in GitHub Desktop.
.half-circle {
width: 10px;
height: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border: 5px solid gray;
border-left: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment