Skip to content

Instantly share code, notes, and snippets.

@emanuer
Last active December 15, 2015 07:40
Show Gist options
  • Save emanuer/5225558 to your computer and use it in GitHub Desktop.
Save emanuer/5225558 to your computer and use it in GitHub Desktop.
3 elements — needs 2 wrap elements: .table_wrap --› (child-node) .center-middle_wrap --› (child-node) .target-element
.table_wrap { display:table; }
.center-middle_wrap { display:table-cell; text-align:center; vertical-align:middle; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment