Learn CSS Flexbox by Building a Photo Gallery - Step 6

Tell us what’s happening:

My code doesn’t pass, the hint is " All nine of your img elements should have a src attribute." , I have no idea what to look for…

Your code so far

<div class="gallery">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/2.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/3.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/4.jpg">
  <img scr="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/5.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/6.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/7.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/8.jpg">
  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/9.jpg">
</div>
**Challenge:** Learn CSS Flexbox by Building a Photo Gallery - Step 6

Link to the challenge:

please fix the spelling

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.