Static website for local motocross track (circa Aug 2004)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

34 lines
324 B

  1. /*
  2. cbmx.css
  3. */
  4. body {
  5. background-color: #999;
  6. }
  7. h1, h2 {
  8. color: #666;
  9. font-weight: bold;
  10. }
  11. h1 {
  12. font-size: 3em;
  13. }
  14. h2 {
  15. font-size: 1.125em;
  16. }
  17. hr {
  18. width: 100%;
  19. height: 1px;
  20. border: none;
  21. border-top: 1px solid #999;
  22. }
  23. .notice {
  24. text-align: center;
  25. color: #933;
  26. font-style: italic;
  27. font-weight: bold;
  28. padding: 0.25em;
  29. }