landing page for bemoe.online
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.

69 lines
1.3KB

  1. html {
  2. display: block;
  3. }
  4. body {
  5. font-family: sans-serif;
  6. font-style: normal;
  7. color: #036;
  8. display: block;
  9. margin: 8px;
  10. background-color: white;
  11. background-image: url("background.jpg");
  12. background-repeat: no-repeat;
  13. background-attachment: fixed;
  14. background-position: bottom;
  15. background-size: contain;
  16. }
  17. p {
  18. font-family: sans-serif;
  19. font-style: normal;
  20. font-size: normal;
  21. }
  22. .fig {
  23. font-family: Monospace;
  24. font-size: 5pt;
  25. color: blue;
  26. }
  27. h1 {
  28. text-align: left;
  29. font-size: 3em;
  30. text-shadow: 2px 2px #f00;
  31. }
  32. h2 {
  33. text-align: left;
  34. font-size: 1.5em;
  35. margin-left: -2em;
  36. text-shadow: 1px 1px #ccc;
  37. }
  38. div {
  39. margin: auto;
  40. display: block;
  41. font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  42. }
  43. div.content {
  44. margin: auto;
  45. font-family: 'Source Code Pro', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  46. text-align: justify;
  47. max-width: 800px;
  48. }
  49. a {
  50. text-decoration: none;
  51. color: darkcyan;
  52. font-weight: bold;
  53. }
  54. marquee {
  55. font-family: monospace;
  56. font-style: bold;
  57. font-size: .5em;
  58. background-color: pink;
  59. }