@import url("mclibre-pie.css"); /* Paginas web HTML y hojas de estilo CSS */ /* Bartolome Sintes Marco */ /* https://www.mclibre.org */ /* */ /* CSS ejercicio: Revistas informática (1) */ /* */ /* 18 de diciembre de 2022 */ /* */ html { background-color: hwb(350 50% 15%); font-family: sans-serif; hyphens: auto; line-height: 125%; text-align: justify; } section { display: flex; flex-wrap: wrap; } article { width: 300px; margin: 10px; padding: 0 10px; border: black 3px solid; background-color: hwb(350 70% 5%); }