Skip to content

Instantly share code, notes, and snippets.

@joaquin-viera
Created September 23, 2020 13:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save joaquin-viera/86af07843c5a9533bf4950f12ed0c7fa to your computer and use it in GitHub Desktop.
Concurrent Mode - App.css
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
min-height: 100vh;
display: flex;
flex:1;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #282c34;
color: white;
width: "100%";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment