Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created January 10, 2014 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NatalieMac/8346616 to your computer and use it in GitHub Desktop.
Save NatalieMac/8346616 to your computer and use it in GitHub Desktop.
Step 1: CSS to style text on hover image lists
ul.img-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.img-list li {
display: inline-block;
height: 150px;
margin: 0 1em 1em 0;
position: relative;
width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment