Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created October 25, 2021 15:57
Show Gist options
  • Save NyaGarcia/f6f3f5892f711fa31fa4acac1c886968 to your computer and use it in GitHub Desktop.
Save NyaGarcia/f6f3f5892f711fa31fa4acac1c886968 to your computer and use it in GitHub Desktop.
Adding styles to the register 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