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.

26 lines
377 B

15 years ago
15 years ago
  1. html {
  2. overflow-y: scroll;
  3. background-color: #101010;
  4. }
  5. body {
  6. margin: 1em;
  7. font-family: Arial, sans-serif;
  8. color: white;
  9. }
  10. #container > img {
  11. margin: 4em 0 2em 0;
  12. }
  13. #container p {
  14. font-size: 200%;
  15. font-style: italic;
  16. text-align: center;
  17. }
  18. #container p + p {
  19. font-size: 150%;
  20. }
  21. #container p span {
  22. font-size: 120%;
  23. margin: 0 0.3em;
  24. color: #00f300;
  25. }