Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
I am not sure what I’m doing wrong. I’ve tried 1 or 1.0. A space between the two , no space.

Your code so far

/* file: index.Ext.html */

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

/* file: styles.Ext.css */

Your mobile information:

iPhone - iOS17.3

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

Link to the challenge:

Hello and welcome back to the forum.
Good job so far, the value for your name attribute should be viewport not viewpoint

2 Likes

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