Created
October 25, 2021 15:57
-
-
Save NyaGarcia/f6f3f5892f711fa31fa4acac1c886968 to your computer and use it in GitHub Desktop.
Adding styles to the register page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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