Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Please I need help with the meta tag, it won’t pass the test and I can’t spot what the problem is in the code.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 12; SM-A135F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36

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

Link to the challenge:

Hell,o.,

The issue, is in the double quotes (") behind device-width and before 1.0. Remove them.

Grets.

Oh thanks so much!!! It solved it.