Skip to content

Instantly share code, notes, and snippets.

@coreyworrell
coreyworrell / dabblet.css
Created January 15, 2012 03:41 — forked from anonymous/dabblet.css
Cool Border Whatchyamacallit
/**
* Cool Border Whatchyamacallit
*/
body {padding:100px 0;}
#test {position:relative; border:1px solid #333; border-width:1px 0; height:3px;}
#test:before {
content:'<>';
position:absolute;
top:50%;
left:50%;