Created
December 28, 2012 14:38
-
-
Save icebeat/4398374 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div { | |
width: 140px; height: 180px; | |
border:1px solid #C3CCD0; | |
border-radius: 6px 6px 0 6px; | |
position: relative; | |
} | |
div:after, div:before { | |
position: absolute; | |
display: block; | |
content: " "; | |
width: 140px; | |
border:1px solid #C3CCD0; | |
bottom:0; | |
left:-1px; | |
} | |
div:after { | |
bottom: 3px; | |
height: 11px; | |
border-radius: 6px 0 0 6px; | |
} | |
div:before { | |
bottom: 7px; | |
height: 3px; | |
border-radius: 10px 0 0 0; | |
} | |
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
<div></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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment