Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created October 17, 2013 18:18
Show Gist options
  • Save ashleygwilliams/7029700 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/7029700 to your computer and use it in GitHub Desktop.
<div id="icons">
<a href="#txt1"><img src="http://placekitten.com/200/200"/></a>
<a href="#txt2"><img src="http://placekitten.com/201/200"/></a>
<a href="#txt3"><img src="http://placekitten.com/202/200"/></a>
<a href="#txt4"><img src="http://placekitten.com/206/200"/></a>
</div>
<div id="text">
<p id="txt1">Chew iPad power cord use lap as chair stretch...</p>
<p id="txt2">Intently sniff hand intrigued by the shower...</p>
<p id="txt3">Hopped up on goofballs. Throwup on your pillow...</p>
<p id="txt4">All of a sudden go crazy leave dead animals as...</p>
</div>
#text p {
display:none;
}
#text p:target {
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment