Created
July 28, 2015 07:14
-
-
Save bepatrickdavid/3de82947526369184828 to your computer and use it in GitHub Desktop.
CSS: center absolute div horizontaly
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
bottom:55px; | |
width:80%; | |
text-align: center; | |
position: absolute; | |
margin: 0 auto; | |
left: 0; | |
right: 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment