Skip to content

Instantly share code, notes, and snippets.

@kmmbvnr
Created August 30, 2017 05:48
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 kmmbvnr/47a1ee4f6993d5079f8e8b6aa19f6e76 to your computer and use it in GitHub Desktop.
Save kmmbvnr/47a1ee4f6993d5079f8e8b6aa19f6e76 to your computer and use it in GitHub Desktop.
html, body, #root {
margin: 0;
padding: 0;
min-height: 100vh;
width: 100%;
display: flex;
}
body {
background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
background-repeat: no-repeat;
background-attachment: fixed;
}
/*.
Pages.
*/
.login-page {
display: flex;
width: 100%;
min-height: 100vh;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment