Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created June 6, 2013 04:24
Show Gist options
  • Select an option

  • Save mongoltolbo/5719302 to your computer and use it in GitHub Desktop.

Select an option

Save mongoltolbo/5719302 to your computer and use it in GitHub Desktop.
Vertically Centered 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