Skip to content

Instantly share code, notes, and snippets.

@dsheiko
Created April 10, 2012 14:06
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 dsheiko/2351613 to your computer and use it in GitHub Desktop.
Save dsheiko/2351613 to your computer and use it in GitHub Desktop.
Ellipse out of an element (C) http://lea.verou.me
body {
padding: 50px;
font-family: Arial;
}
div {
color: white;
border: 2px solid white;
background: red;
border-radius: 50%;
width: 200px;
height: 90px;
padding-top: 50px;
text-align: center;
}
<div>
text inside
</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment