Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Describe your issue in detail here.

the system is insisting that i should have two meta tag…and i did it but still my code is not passing
Your code so far

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

  **Your browser information:**

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

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

Link to the challenge:

Hmm, I just tested your HTML and it passes for me. Do you have any browser extensions installed? One of them might be causing conflicts. Or maybe try a different browser. I’m just guessing here since your HTML is correct.

1 Like

yeah am having some extensions installed. am using mozilla firefox developers version

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