Skip to content

Instantly share code, notes, and snippets.

@Xavka
Last active August 29, 2015 14:22
Show Gist options
  • Save Xavka/cf7782399652ffcca40a to your computer and use it in GitHub Desktop.
Save Xavka/cf7782399652ffcca40a to your computer and use it in GitHub Desktop.
.table {
display: table;
width: 100%;
background-color: #00174F;
}
.table-cell {
display: table-cell;
vertical-align: middle;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment