Skip to content

Instantly share code, notes, and snippets.

@dnjstrom
Last active October 23, 2018 17:57
Embed
What would you like to do?
* {
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