Skip to content

Instantly share code, notes, and snippets.

@olivx
Created October 25, 2018 03:38
Show Gist options
  • Save olivx/7b9251a654253cef010e93f4b0865ae3 to your computer and use it in GitHub Desktop.
Save olivx/7b9251a654253cef010e93f4b0865ae3 to your computer and use it in GitHub Desktop.
.container {
width: 100vw;
height: 100vh;
background: #6C7A89;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center
}
.box {
width: 300px;
height: 300px;
background: #fff;
}
body {
margin: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment