Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. body {
  2.     background-color: white;
  3.     color: black;
  4.     font-size: 20px;
  5.     font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  6. }
  7.  
  8. h1, th {
  9.     font-family: Georgia, "Times New Roman", Times, serif;
  10. }
  11.  
  12. h1 {
  13.     font-size: 28px;
  14. }
  15.  
  16. table {
  17.     border-collapse: collapse;
  18. }
  19.  
  20. th, td {
  21.     padding: 10px;
  22.     border: 2px #666 solid;
  23.     text-align: center;
  24.     font-size: 24px;
  25. }
  26.  
  27. #free {
  28.     background-color: #F66;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement