Rails-based website for local business
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.

27 lines
386 B

  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 {
  11. margin: auto;
  12. width: 600px;
  13. }
  14. #container > img {
  15. margin: 4em 0 2em 0;
  16. }
  17. #container p {
  18. font-size: 120%;
  19. font-style: italic;
  20. text-align: center;
  21. }
  22. #container p > span {
  23. font-size: 150%;
  24. margin: 0 0.3em;
  25. color: #00f300;
  26. }