popcheese9

forgot.css

Nov 2nd, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. body
  2. {
  3.     background: black;
  4.     color: white;
  5. }
  6. h1
  7. {
  8.     text-align: center;
  9. }
  10. .table
  11. {
  12.     padding: 10px;
  13. }
  14. table
  15. {
  16.     background: #494949;
  17.     color: #FF0000;
  18. }
  19. button
  20. {
  21.     background: #CC0000;
  22.     color: black;
  23.     border: none;
  24.     padding: 9px;
  25.     border-radius: 6px;
  26. }
  27. button:hover
  28. {
  29.     background: #E30000;
  30.     border: none;
  31.     padding: 9px;
  32.     border-radius: 6px;
  33. }
Add Comment
Please, Sign In to add comment