Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Describe your issue in detail here.
Hello, I do not understand what I am doing wrong. In a post, I saw it could be due to my browser setting. Need your help, please.
Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=divice-width, initial-scale=1.0"/>
    <meta charset="UTF-8"/>
    </head>
  <body>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0

Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 2

Link to the challenge:

Check your spelling in the meta viewport section. That might be causing it to fail.

i don’t see it, what exactly do you mean?

in the meta name=“viewport” section you’ve misspelled device.

Thank you,it was easier than I thought:)

You’re very welcome. Sometimes when the code looks right it’s a misspelling or upper or lower case that will also not let you pass. Quite a few of my failed attempts were from spelling and letter case mistakes.

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