Created
October 25, 2021 08:52
-
-
Save NyaGarcia/40d620f9f353496b4fe4f7c72a7f9795 to your computer and use it in GitHub Desktop.
Styling the login 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