Skip to content

Instantly share code, notes, and snippets.

@justinpeterman
Created July 30, 2011 10:16
Show Gist options
  • Save justinpeterman/1115382 to your computer and use it in GitHub Desktop.
Save justinpeterman/1115382 to your computer and use it in GitHub Desktop.
cool horizontal line break
body{
background: #2F2F2F;
}
.horizontal-break {
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0 inset;
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0 inset;
-o-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0 inset;
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0 inset;
border-top: 1px solid #121212;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment