Skip to content

Instantly share code, notes, and snippets.

@rhatano
Created April 7, 2012 22:51
Show Gist options
  • Save rhatano/2332677 to your computer and use it in GitHub Desktop.
Save rhatano/2332677 to your computer and use it in GitHub Desktop.
Class selector HTML
<body>
<h1 class="big">Heading</h1>
<p class="big">lorem ipsum dolor sit amet</p>
<p>Second Paragraph</p>
<ul>
<ol class="big">This is a list</ol>
</ul>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment