Advertisement
Guest User

style.css

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. * {
  2.     margin: 0 !important;
  3. }
  4.  
  5. body {
  6.     font-family: Arial;
  7. }
  8.  
  9. h1 {
  10.     text-align: center;
  11.     padding: 20px;
  12. }
  13.  
  14. hr {
  15.     width: 50% !important;
  16.     margin: auto !important;
  17. }
  18.  
  19. input, button {
  20.     padding: 20px;
  21. }
  22.  
  23. .form-control {
  24.     margin-top: 20px !important;
  25.     width: 400px !important;
  26.     margin-bottom: 20px !important;
  27.     margin-left: auto !important;
  28.     margin-right: auto !important;
  29.     text-align: center !important;
  30. }
  31.  
  32. .button-div {
  33.     width: 50%;
  34.     margin: auto;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement