Created
June 15, 2013 15:50
-
-
Save dziudek/5788539 to your computer and use it in GitHub Desktop.
3D flat icon
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
/** | |
* 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; | |
} |
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> --> | |
<div class="icon"></div> |
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-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