Tell us what’s happening:
Hola, estuve haciendo este código pero no pasa, alguien sabe porque esta mal? Gracias y espero pronta respuesta
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Gallery</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<header class="header">
<div class="gallery">
<img>
<img>
<img>
<img>
<img>
<img>
<img>
<img>
<img>
</div>
<h1>css flexbox photo gallery</h1>
</header>
</body>
</html>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0
Challenge Information:
Aprende CSS Flexbox construyendo una galería de fotos - Paso 5