Skip to content

Instantly share code, notes, and snippets.

@MadaraUchiha
Created April 20, 2012 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadaraUchiha/2430570 to your computer and use it in GitHub Desktop.
Save MadaraUchiha/2430570 to your computer and use it in GitHub Desktop.
Border is not inherited
/**
* Border is not inherited
*/
#parent {
border: 10px dashed black;
}
<div id=parent>
<div>Doesn't have</div>
<div>Border</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment