Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created September 21, 2017 13:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save studiopress/1100d828380f8e868cc5d350c090b589 to your computer and use it in GitHub Desktop.
Save studiopress/1100d828380f8e868cc5d350c090b589 to your computer and use it in GitHub Desktop.
CSS used for Photo Grid section of homepage.
.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