Skip to content

Instantly share code, notes, and snippets.

@kahlil
Created September 16, 2010 10:34
Show Gist options
  • Save kahlil/582229 to your computer and use it in GitHub Desktop.
Save kahlil/582229 to your computer and use it in GitHub Desktop.
CSS circle
#circle {
display: block;
width: 10px;
height: 144px;
background: #333;
border-radius: 10px 0 0 0 / 144px 0 0 0;
-moz-border-radius: 10px 0 0 0 / 144px 0 0 0;
-webkit-border-radius: 10px 0 0 0 / 144px 0 0 0;
margin:100px auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment