Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:

I think my codes are correct but i keep getting “Sorry, your code does not pass.”

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta name="viewport" content="width=device-width" initial-scale="1.0"/>
    <meta charset="UTF-8"/>
  </head>
  <body>
  </body>
</html>

<!-- User Editable Region -->

/* 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/135.0.0.0 Safari/537.36 Edg/135.0.0.0

Challenge Information:

Learn CSS Flexbox by Building a Photo Gallery - Step 2

What is the exact hint message? Remember it’s a hint and you should read it carefully.

Hii, Here you need to include " with initial-scale=1.0 you need to put all the text into single colon, no need to add another one.

Hope You Understand