Learn CSS Grid by Building a Magazine - Step 2

Tell us what’s happening:

I swear I have it as stated in the objective, but it doesn’t pass, I can’t help but wonder if there is an error somewhere that I don’t see

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head><title>Magazine</title>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="Stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
    <link rel="stylesheet" href="http://use.fontawesome.com/releases/v5.8.2/css/all.css">
    <link rel="stylesheet" href="styles.css">
  </head>

<!-- User Editable Region -->

  <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/118.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 2

1 Like

I have figured it out. There were about 5 errors that i had to fix

1 Like

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