Skip to content

Instantly share code, notes, and snippets.

@dbani-dev
Created June 25, 2014 02:21
Show Gist options
  • Save dbani-dev/c51160ac8328feeceb27 to your computer and use it in GitHub Desktop.
Save dbani-dev/c51160ac8328feeceb27 to your computer and use it in GitHub Desktop.
// Center Block
.c-block {
height: 100%;
width: 100%;
display: table;
margin: 0 auto;
&.width-auto {
width: auto;
}
}
.c-cell {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment