Skip to content

Instantly share code, notes, and snippets.

@aviogreen
Created July 10, 2015 06:39
Show Gist options
  • Save aviogreen/70fad131b8aaad468285 to your computer and use it in GitHub Desktop.
Save aviogreen/70fad131b8aaad468285 to your computer and use it in GitHub Desktop.
/**************************************************
* The Talbe
**************************************************/
.the-table {
display: table;
width: 100%;
}
.tr {
display: table-row;
}
.td {
display: table-cell;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment