Created
February 23, 2013 14:31
-
-
Save Chrisedmo/5019974 to your computer and use it in GitHub Desktop.
Nice CSS3 Piechart effect - could be a nav?
This file contains hidden or 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
/** | |
* Nice CSS3 Piechart effect - could be a nav? | |
*/ | |
html { background: gainsboro; } | |
body { | |
margin: 3em auto 0; | |
width: 6em; | |
height: 6em; | |
border: 5em solid; | |
border-color: #43a1cd #e1e23b #ba3e2e #272b66; | |
border-radius: 16em; | |
background: white; | |
box-shadow: 0 0 0 2em white; | |
} | |
This file contains hidden or 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
<!-- content to be placed inside <body>…</body> --> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment