Created
September 21, 2017 13:46
-
-
Save studiopress/1100d828380f8e868cc5d350c090b589 to your computer and use it in GitHub Desktop.
CSS used for Photo Grid section of homepage.
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
.attendee { | |
display: block; | |
float: left; | |
height: 25%; | |
padding: 20px; | |
position: relative; | |
width: 25%; | |
} | |
.attendee-name { | |
background-color: #fff; | |
bottom: 20px; | |
font-size: 14px; | |
font-weight: 300; | |
position: absolute; | |
right: 20px; | |
} | |
.attendee-name a { | |
display: block; | |
padding: 5px 10px; | |
} | |
.attendee-name a:hover { | |
background-color: #000; | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment