Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Tell us what’s happening:
Almost positive that my code is correct but the app refuses to pass it. Triple checked for extra brackets or misspelled words and still no luck. I even disabled any add ons and tried different browsers, to no avail. Any help is greatly appreciated. At this point, I may just skip ahead to the next step and hope the bug is fixed at some point.

Your code so far

<!-- file: index.html -->
<!DOCtype html>
<html lang="en">
  <head>
     <meta charset="UTF-8">
     <meta name="viewport" width="device-width" initial-scale="1.0">
       <title>TITLE</title>
     <link rel="stylesheet" href="styles.css">
  </head>
  <body>
 </body>
    </html>
/* file: styles.css */

Your browser information:

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

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Link to the challenge:

Your viewport meta tag has an error. There should only be two attribute names in it: name and width. Look at the hint, that’s what it is telling you.

Nvmd, I get it. I’m an idiot. Thanks again!

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