Last active
January 2, 2016 18:49
-
-
Save NatalieMac/8346469 to your computer and use it in GitHub Desktop.
Text on hover image list markup
This file contains hidden or 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
<ul class="img-list"> | |
<li> | |
<a href="http://nataliemac.com"> | |
<img src="http://geekgirllife.com/images/filename.jpg" width="150" height="150" /> | |
<span class="text-content"><span>Place Name</span></span> | |
</a> | |
</li> | |
... | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment