Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Created January 30, 2016 23:02
Show Gist options
  • Save fay-jai/d57689261a3edce9d2b0 to your computer and use it in GitHub Desktop.
Save fay-jai/d57689261a3edce9d2b0 to your computer and use it in GitHub Desktop.
Using display:table in CSS
.container {
display: table;
}
.container-row {
display: table-row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment