Skip to content

Instantly share code, notes, and snippets.

@Chrisedmo
Created February 23, 2013 14:31
Show Gist options
  • Save Chrisedmo/5019974 to your computer and use it in GitHub Desktop.
Save Chrisedmo/5019974 to your computer and use it in GitHub Desktop.
Nice CSS3 Piechart effect - could be a nav?
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"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