Created
October 17, 2013 18:18
-
-
Save ashleygwilliams/7029700 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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