Created
January 10, 2014 03:37
-
-
Save NatalieMac/8346616 to your computer and use it in GitHub Desktop.
Step 1: CSS to style text on hover image lists
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.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