Skip to content

Instantly share code, notes, and snippets.

@khalillechelt
Created September 16, 2010 10:34
Show Gist options
  • Select an option

  • Save khalillechelt/582229 to your computer and use it in GitHub Desktop.

Select an option

Save khalillechelt/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