Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active January 2, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NatalieMac/8346469 to your computer and use it in GitHub Desktop.
Save NatalieMac/8346469 to your computer and use it in GitHub Desktop.
Text on hover image list markup
<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