@import url("mclibre-pie.css"); /* Paginas web HTML y hojas de estilo CSS */ /* Bartolome Sintes Marco */ /* https://www.mclibre.org */ /* */ /* CSS ejercicio: Citas de Virgilio (Google Fonts) */ /* */ /* 3 de octubre de 2022 */ /* */ @import url("https://fonts.googleapis.com/css?family=Ribeye+Marrow"); @import url("https://fonts.googleapis.com/css?family=Just+Another+Hand"); @import url("https://fonts.googleapis.com/css?family=Lobster"); body { background-color: hwb(45 30% 20%); } h1 { font-family: "Ribeye Marrow", cursive; font-size: 3rem; letter-spacing: 1.5rem; text-align: center; text-transform: uppercase; } p.intro { margin-left: 30%; margin-right: 30%; font-family: sans-serif; line-height: 200%; text-align: justify; } p.latin { margin: 0; font-family: "Lobster", sans-serif; font-size: 2.5rem; } p.espanol { margin: 0 0 3rem; color: white; font-family: "Just Another Hand", sans-serif; font-size: 3.5rem; letter-spacing: 1px; text-align: right; } cite { text-decoration: underline; }