Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created November 25, 2012 19:28
Show Gist options
  • Save SBoudrias/4144885 to your computer and use it in GitHub Desktop.
Save SBoudrias/4144885 to your computer and use it in GitHub Desktop.
Untitled
p{
display : none;
}
p:last-of-type {
display : block;
}​
<div>
<p class="visible">This should be hidden</p>
<p class="visible">This should be displayed</p>
<p>That's the last `p`</p>
</div>
// alert('Hello world!');
{"view":"split","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