Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created October 25, 2021 08:52
Show Gist options
  • Save NyaGarcia/40d620f9f353496b4fe4f7c72a7f9795 to your computer and use it in GitHub Desktop.
Save NyaGarcia/40d620f9f353496b4fe4f7c72a7f9795 to your computer and use it in GitHub Desktop.
Styling the login page
h1 {
color: #838383;
margin-bottom: 50px;
}
.container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 80px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment