Skip to content

Instantly share code, notes, and snippets.

@litvil
Created August 17, 2016 14:46
Show Gist options
  • Save litvil/6636538e1131f199cd0402cf811f523b to your computer and use it in GitHub Desktop.
Save litvil/6636538e1131f199cd0402cf811f523b to your computer and use it in GitHub Desktop.
center content horizontaly and verticaly
.cnt-top{
display: table;
height: 100%;
width: 100%;
text-align: center;
.cnt-middle{
display: table-cell;
vertical-align: middle;
.cnt-inner{
margin-left: auto;
margin-right: auto;
width: 100%;
<SOME CODE>
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment