Learn CSS Flexbox by Building a Photo Gallery - Step 2

Tell us what’s happening:
Hello - I can not see what’s wrong with my code here. I read other posts on the forum regarding this step. I disabled all extensions and tried logging in from 3 different browsers (Brave, Firefox, Edge).

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

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36

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

Link to the challenge:

you have a very small typo in the word initial-scale

1 Like

I am humbled. I proof-read it a lot of times. Thank you for your help!

1 Like

please, you did all the work, I just helped you with one character. :slight_smile:

1 Like

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