Skip to content

Instantly share code, notes, and snippets.

@icebeat
Created December 28, 2012 14:38
Show Gist options
  • Save icebeat/4398374 to your computer and use it in GitHub Desktop.
Save icebeat/4398374 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* 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;
}
// alert('Hello world!');
{"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