Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Describe your issue in detail here.
I did it but it doesn’t pass

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

Ya, the HTML you pasted in above is fine, it passes for me. Perhaps try reloading the page. Or try a different browser. Or maybe you have some browser extension installed that is changing the HTML behind the scenes. You might try turning off your extensions one by one until you find the culprit.

Thank you so much!
You were right, the problem was an extension i had installed… Now i’m good thanks to you!

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