Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Describe your issue in detail here.
pfffifff guys I have a issue :slight_smile: why my first meta is not working and I m also confused in Step he told me to set initial-scale to 1
and in hint where the cod is bad show me I must to set him to initial-scale 1.0> why?

  **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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

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

Link to the challenge:

width=device-width, initial-scale=1 is one value that has to be set to content

and no need coma after viewport

Visit this link for better understanding

1 Like

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