Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Created June 5, 2018 15:32
Show Gist options
  • Save luislobo14rap/b567166dc32f873f0e404b73cb8ce4ec to your computer and use it in GitHub Desktop.
Save luislobo14rap/b567166dc32f873f0e404b73cb8ce4ec to your computer and use it in GitHub Desktop.
/* table-container.css v1 */
.table-container{
display: table;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.table-container > *{
display: table-cell;
vertical-align: middle;
}
/* table-container.min.css v1 */
.table-container{display:table;height:100%;margin-left:auto;margin-right:auto}.table-container>*{display:table-cell;vertical-align:middle}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment