Skip to content

Instantly share code, notes, and snippets.

@kublaj
Forked from jhafner/vCenter.css
Created May 31, 2016 11:03
Show Gist options
  • Save kublaj/01a323063b3762079b0093a999b3a6d4 to your computer and use it in GitHub Desktop.
Save kublaj/01a323063b3762079b0093a999b3a6d4 to your computer and use it in GitHub Desktop.
Vertically center inline content.
.container {
min-height: 6.5em;
display: table-cell;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment