Skip to content

Instantly share code, notes, and snippets.

@apnerve
Created September 25, 2012 06:59
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 apnerve/3780369 to your computer and use it in GitHub Desktop.
Save apnerve/3780369 to your computer and use it in GitHub Desktop.
Specificity : Frontend Workshop
/**
* Specificity : Frontend Workshop
*/
#wrap {
margin: auto;
width: 570px;
height: 346px;
}
#wrap p {
font: 60px georgia;
color: blue;
padding-top: 120px
}
<div id="wrap">
<img src="http://css-tricks.com/wp-content/csstricks-uploads/cssspecificity-calc-1.png" />
<img src="" />
</div>
{"view":"separate","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