Advertisement
JVFabia

login

Oct 14th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. .login {
  2.     width: 60%;
  3.     margin: auto;
  4.     margin-top: 2em;
  5.     padding: 2em;
  6. }
  7.  
  8. .login-form{
  9.     padding: 0.5em 0em;
  10. }
  11.  
  12. .login-form input {
  13.     width: 100%;
  14.     padding: 0.8em;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement