Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 23, 2018 17:57
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 dnjstrom/dd7a7358968dc50fb1ac945c56c15622 to your computer and use it in GitHub Desktop.
Save dnjstrom/dd7a7358968dc50fb1ac945c56c15622 to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment