Skip to content

Instantly share code, notes, and snippets.

@apnerve
Created September 25, 2012 04:51
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/3780060 to your computer and use it in GitHub Desktop.
Save apnerve/3780060 to your computer and use it in GitHub Desktop.
Inheritance : Frontend Workshop
/* Inheritance : Frontend Workshop */
p {
color: #69c;
font-size: 36px;
border: 1px solid #fb0;
padding: 10px;
}
em {
border-bottom: 1px solid #cc3;
}
<p>Hello and welcome to <em>Frontend</em> Workshop.</p>
{"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