Created
April 10, 2012 14:06
-
-
Save dsheiko/2351613 to your computer and use it in GitHub Desktop.
Ellipse out of an element (C) http://lea.verou.me
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
text inside | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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