style.css 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. body {
  2. font-family: "Monotype corsiva";
  3. font-size: 24px;
  4. color: maroon;
  5. text-align: justify;
  6. }
  7. h1{
  8. font-family: "Arial";
  9. font-size: 48px;
  10. color: grey;
  11. text-align: center;
  12. padding: 20px;
  13. }
  14. .main{
  15. text-align: center;
  16. }
  17. .content{
  18. display: flex;
  19. }
  20. .link {
  21. padding: 20px;
  22. text-align: center;
  23. }
  24. .image{
  25. border: 5px solid maroon;
  26. margin: 10px;
  27. float: right;
  28. }
  29. .div_map{
  30. display: flex;
  31. justify-content: center;
  32. align-content: center;
  33. }/*# sourceMappingURL=style.css.map */
  34. .table-tour{
  35. margin: 20px;
  36. }
  37. .table-tour th{
  38. border: 2px solid maroon;
  39. padding: 10px;
  40. font-weight: bold;
  41. font-size: 28px;
  42. }
  43. .table-tour td{
  44. border: 2px solid maroon;
  45. padding: 10px;
  46. }