Skip to content

Instantly share code, notes, and snippets.

@muZk
Created July 14, 2016 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muZk/5b01f407c905c8b84fb03485c12d002a to your computer and use it in GitHub Desktop.
Save muZk/5b01f407c905c8b84fb03485c12d002a to your computer and use it in GitHub Desktop.
CSS Vertical align
.vertical-aligned{
height: 100px;
display: table;
}
.vertical-content{
display: table-cell;
vertical-align: middle;
}
.vertical-aligned
.vertical-content
%h1 Hello World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment