Learn CSS Flexbox by Building a Photo Gallery - Step 3

Tell us what’s happening:

Hello! I’ve been stuck on this exercise for a while. I rechecked my code many times but can’t figure out where the mistake is. Maybe you’ll notice something. Thanks!

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">
    <title>Photo Gallery</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
  </body>
</html>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0

Challenge Information:

Learn CSS Flexbox by Building a Photo Gallery - Step 3

Hi there! The correct name is styles.css

1 Like

Oh yes, thank you Ray13!

1 Like