Mock-up of web-design choices for local company
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.

17 lines
213 B

15 years ago
  1. html {
  2. overflow-y: scroll;
  3. background-color: #101010;
  4. }
  5. body {
  6. margin: 1.5em;
  7. font-family: Tahoma, sans-serif;
  8. color: white;
  9. }
  10. #header {
  11. background-color: black;
  12. }
  13. img + img {
  14. margin-top: 0.5em;
  15. }