basic.css 475 B

12345678910111213141516171819202122232425262728293031323334
  1. @font-face {
  2. font-family: "PT Serif";
  3. src: url("pt-serif-web-regular.ttf") format("truetype");
  4. }
  5. p {
  6. margin-left: 2.5em;
  7. }
  8. code {
  9. color: darkslategrey;
  10. }
  11. h1, h2, h4, ul {
  12. font-family: "PT Serif";
  13. }
  14. .title-main {
  15. text-align: center;
  16. margin-top: 6em;
  17. font-size: 350%;
  18. }
  19. .title-sub {
  20. text-align: center;
  21. font-size: 120%;
  22. color: darkslategrey;
  23. }
  24. .title-dir {
  25. text-align: center;
  26. margin-top: 8.2em;
  27. font-size: 300%;
  28. }