@import url("mclibre-pie.css"); /* Paginas web HTML y hojas de estilo CSS */ /* Bartolome Sintes Marco */ /* https://www.mclibre.org */ /* */ /* CSS ejercicio: Chesterton */ /* */ /* 1 de octubre de 2022 */ /* */ body { margin: 10px 15%; background-color: hwb(15 35% 45%); color: white; font-family: sans-serif; font-size: 1.5rem; text-align: justify; } h1 { margin: 0; font-size: 2rem; text-align: center; } p { line-height: 200%; } nav { font-size: 2rem; text-align: center; text-transform: uppercase; } p a { border: hwb(195 10% 60%) 5px solid; border-radius: 10px; margin: 10px; padding: 5px; background-color: hwb(195 85% 5%); color: hwb(195 10% 60%); text-decoration: none; }