Skip to content

Instantly share code, notes, and snippets.

@extstopcodepls
Last active August 29, 2015 13:56
Show Gist options
  • Save extstopcodepls/9068067 to your computer and use it in GitHub Desktop.
Save extstopcodepls/9068067 to your computer and use it in GitHub Desktop.
center div vertically and horizontally
<div style="width: 100%; height: 300px; position: relative">
<div style="width: 50%; height: 50%; position: absolute; margin: auto; top: 0; left: 0; bottom: 0; right: 0;">
somthing here will be centered
</div>
</div>
<!-- http://coding.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/#Height -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment