Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
I don’t understand what is wrong with my solution. I have 2 meta tags and I have done all the attributes correctly according to my knowledge. I checked all my spelling and also checked the forum and my solution seems to be correct so I don’t understand why I keep getting an error.

Your code so far

<!-- file: index.html -->
<!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>
/* 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/108.0.0.0 Safari/537.36

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

Link to the challenge:

content="width=device-width, initial-scale=1.0"

content has two values separated by a comma.

1 Like

here u have done wrong.