style.css 560 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. background-color: rgb(206, 255, 202);
  3. font-size: 16px;
  4. color: rgb(11, 170, 72);
  5. font-family: serif;
  6. }
  7. .coso {
  8. width: 200px;
  9. text-align: left;
  10. }
  11. .title {
  12. color: rgb(109, 226, 109);
  13. }
  14. a {
  15. color: rgb(59, 168, 32);
  16. text-decoration: none;
  17. }
  18. .poem {
  19. width: 350px;
  20. }
  21. footer {
  22. margin-top: 40px;
  23. }
  24. footer a{
  25. text-decoration: underline;
  26. }
  27. li {
  28. color: rgb(109, 226, 109);
  29. }
  30. pre{
  31. font-family: serif;
  32. text-align:justify;
  33. }
  34. .hid{
  35. color: rgb(206, 255, 202);
  36. }
  37. .center{
  38. text-align: center;
  39. }