Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created July 28, 2015 07:14
Show Gist options
  • Save bepatrickdavid/3de82947526369184828 to your computer and use it in GitHub Desktop.
Save bepatrickdavid/3de82947526369184828 to your computer and use it in GitHub Desktop.
CSS: center absolute div horizontaly
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