Created
November 16, 2020 10:19
-
-
Save blakazulu/ce16b37babe2b09d3bf8f91ad7634fbb to your computer and use it in GitHub Desktop.
medium-better-login-page-demo
This file contains 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
.flex { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
height: 100vh; | |
.form-field { | |
width: 200px; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment