Skip to content

Instantly share code, notes, and snippets.

@alkrauss48
Created May 30, 2014 17:08
Show Gist options
  • Save alkrauss48/d92f6b0c327305f8bb55 to your computer and use it in GitHub Desktop.
Save alkrauss48/d92f6b0c327305f8bb55 to your computer and use it in GitHub Desktop.
HR Base Styles - As seen in HTML5 Boilerplate
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment