Skip to content

Instantly share code, notes, and snippets.

@absyah
Created January 15, 2016 11:38
Show Gist options
  • Save absyah/4c65afd0462089066cec to your computer and use it in GitHub Desktop.
Save absyah/4c65afd0462089066cec to your computer and use it in GitHub Desktop.
.attachinary_container{
margin-top: 20px;
}
.attachinary_container ul{
padding-left:0px;
}
.attachinary_container ul li{
position:relative;
display: inline-block;
}
.attachinary_container ul li a{
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
color: white;
background-color: rgba(0,0,0,.85);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment