Skip to content

Instantly share code, notes, and snippets.

@shahbaz17
Created July 1, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shahbaz17/5fe6c96bffcc7d1c5df4009083834139 to your computer and use it in GitHub Desktop.
Save shahbaz17/5fe6c96bffcc7d1c5df4009083834139 to your computer and use it in GitHub Desktop.
Bootstarp 5 Login Page - Tutorial
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