Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created August 19, 2014 08:45
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 hectorlorenzo/ebb045e8110ac2fcddb3 to your computer and use it in GitHub Desktop.
Save hectorlorenzo/ebb045e8110ac2fcddb3 to your computer and use it in GitHub Desktop.
Centers content vertically and horizontally
<div style="display: table; width: 100%; height: 100%;">
<div style="display: table-cell; vertical-align: middle;">
<!-- Content -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment