Skip to content

Instantly share code, notes, and snippets.

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 cubicleDowns/60920fb09f6b8346362abc76b35a0bf9 to your computer and use it in GitHub Desktop.
Save cubicleDowns/60920fb09f6b8346362abc76b35a0bf9 to your computer and use it in GitHub Desktop.
Center everything CSS / HTML.
// http://howtocenterincss.com/#contentType=div&horizontal=center&vertical=middle&browser.IE=11
<div style="display:flex;justify-content:center;align-items:center;">
<div></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment