style.css 530 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. body {
  2. font-family: sans-serif;
  3. margin-left: 10%;
  4. margin-right: 10%;
  5. margin-top: 2ex;
  6. margin-bottom: 3ex;
  7. background-color: white;
  8. color: black;
  9. }
  10. .note {
  11. text-align: center;
  12. font-size: x-small;
  13. }
  14. h1 {
  15. color: #006699;
  16. text-align: center;
  17. border: 1px solid #dddddd;
  18. background: #eeeeee;
  19. margin-bottom: 3ex;
  20. }
  21. h2 {
  22. margin-top: 2ex;
  23. color: #006699;
  24. }
  25. p {
  26. margin-left: 5%;
  27. margin-right: 5%;
  28. }
  29. ul {
  30. margin-left: 5%;
  31. margin-right: 5%;
  32. }
  33. li {
  34. margin-top: 0.5ex;
  35. margin-bottom: 0.5ex;
  36. }
  37. tt {
  38. background: #dddddd;
  39. }