Advertisement
AnoTest

styleTPMedia

Mar 17th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. h1 {
  2.     border: 0.4rem solid white;
  3.     padding: 5px;
  4. }
  5.  
  6. h2 {
  7.     border: 0.5rem solid black;
  8.     text-align: center;
  9.     line-height: 2;
  10.    
  11. }
  12.  
  13. .middle {
  14.     text-align: center;
  15. }
  16.  
  17. table {
  18.     margin-left: auto;
  19.     margin-right: auto;
  20.   }
  21.  
  22.  
  23.  
  24. span.material-icons { vertical-align: middle !important; padding-bottom: 6px;  }
  25.  
  26. a { color: inherit; }
  27.     ul {
  28.         list-style: none;
  29.         font-size: large;
  30.         line-height: 2;
  31.     }
  32.  
  33.  
  34.  
  35.     select {
  36.  
  37.         border-radius: 10px; padding: 5px;
  38.     }
  39.  
  40.     h3 {
  41.         font-size: 20px;
  42.         color: white;
  43.        
  44.     }
  45.     h1 {
  46.         color: white;
  47.     }
  48.     a {
  49.         color: white;
  50.     }
  51.     body {
  52.         background-color: #42455a;
  53.     }
  54.  
  55.     button {
  56.         background-color: #57696efa;
  57.             font-family: sans-serif;
  58.             width: 200;
  59.             height: 40px;
  60.             border-radius: 20px;
  61.             color:  white;
  62.             font-size: 1.1em;
  63.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement