Skip to content

Instantly share code, notes, and snippets.

View bl42's full-sized avatar

Benjamin Lacy bl42

  • McAllen TX
View GitHub Profile
@maccman
maccman / hr.less
Created July 11, 2011 18:47
HR CSS3 Tapering
/* See http://cl.ly/8KmQ for an example */
hr {
margin: 15px 0;
position: relative;
border: 1px solid transparent;
.box-shadow(0, 1px, 2px, rgba(0,0,0,0.3));
&:before, &:after {
content: "";