Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created June 15, 2013 15:50
Show Gist options
  • Save dziudek/5788539 to your computer and use it in GitHub Desktop.
Save dziudek/5788539 to your computer and use it in GitHub Desktop.
3D flat icon
/**
* 3D flat icon
*/
.icon {
background: #eee;
border: 2px solid #aaa;
border-bottom-width: 5px;
border-radius: 12px;
height: 64px;
width: 64px;
}
.icon:after {
background: #aaa;
background-clip: content-box;
border: 4px dotted #aaa;
border-radius: 50%;
content: "";
display: block;
height: 32px;
margin: 12px;
width: 32px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="icon"></div>
// alert('Hello world!');
{"view":"split-vertical","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