Impara Flexbox CSS costruendo una fotogallery - Step 6j

sto facendo questo esercizio , ho numerato le img in ordine crescente ma non ni fa accedere allo step successivo , non ho capito dove sia l’errore

Il tuo codice fino ad ora

j```html

Photo Gallery

css flexbox photo gallery

<div class="gallery">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/2.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/3.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/4.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/5.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/6.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/7.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/8.jpp">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/9.jpp">

</div>
```
/* file: styles.css */

Informazioni del tuo browser:

Lo user agent è: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Sfida: Impara Flexbox CSS costruendo una fotogallery - Step 6

Link alla sfida:

Ciao, puoi gentilmente postare qui il tuo codice completo?

Photo Gallery

css flexbox photo gallery

1 Like

ciao, l’errore è sul formato dell’immagine a cui si riferisce il link, dovrebbe essere .jpg ma hai riportato l’errore del primo link .jpp, pertanto l’immagini a cui cerchi di accedere “non esiste”