Skip to content

Instantly share code, notes, and snippets.

@drublic
Created January 20, 2013 09:47
Show Gist options
  • Save drublic/4577556 to your computer and use it in GitHub Desktop.
Save drublic/4577556 to your computer and use it in GitHub Desktop.
hr's box-model behavior
/**
* hr's box-model behavior
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment