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.

43 lines
618B

  1. html {
  2. display: block;
  3. }
  4. body {
  5. font-family: IBMPlexSans-Regular,sans-serif;
  6. font-style: normal;
  7. font-weight: 200;
  8. color: whitesmoke;
  9. display: block;
  10. margin: 8px;
  11. background-image: url("background.gif");
  12. background-size: cover;
  13. }
  14. p {
  15. font-family: IBMPlexMono-Italic,monospace;
  16. font-style: normal;
  17. font-size: 17px;
  18. }
  19. div {
  20. display: block;
  21. }
  22. div.content {
  23. max-width: 800px;
  24. margin: auto;
  25. background-color: black;
  26. }
  27. a {
  28. color: whitesmoke;
  29. }
  30. marquee {
  31. font-family: IBMPlexMono-Italic,monospace;
  32. font-style: normal;
  33. font-size: 12px;
  34. }