Created
July 1, 2020 12:37
-
-
Save shahbaz17/5fe6c96bffcc7d1c5df4009083834139 to your computer and use it in GitHub Desktop.
Bootstarp 5 Login Page - Tutorial
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
html, | |
body { | |
height: 100%; | |
} | |
.login-form { | |
width: 100%; | |
max-width: 350px; | |
margin: auto; | |
padding: 50px 20px; | |
background-color: white; | |
border-radius: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment