Created
January 15, 2016 11:38
-
-
Save absyah/4c65afd0462089066cec to your computer and use it in GitHub Desktop.
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
| .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