Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Hint: One meta element should have a name set to viewport , and content set to width=device-width, initial-scale=1.0 .

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

  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Your content attribute’s value has 1 too many quotes

i tried to rectify it but its still not working

Please copy your code using backticks and not screenshots…the words “initial-scale” is not an attribute, its a value

i think i got it, thank you so much

1 Like

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