Learn CSS Grid by Building a Magazine - Step 1

Tell us what’s happening:
The code is not passing. The error is “ One meta element should have a name set to viewport , and content set to width=device-width, initial-scale=1.0 .”

Don’t understand what is wrong.

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 (iPad; CPU OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/109.0.5414.83 Mobile/15E148 Safari/604.1

Challenge: Learn CSS Grid by Building a Magazine - Step 1

Link to the challenge:

Hello!
It’s a detail at content, is missing space after comma.
:+1:

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