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

Tell us what’s happening:

I have done as per the requirements but the code cannot run.

Your code so far

Balance Sheet
<!-- 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>Balance Sheet</title>
    <link href="styles.css" rel="stylesheet">
  </head>
  <body>

  </body>
</html>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

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

When it says

One meta element should have a name set to viewport , and content set to width=device-width, initial-scale=1.0 .

It means that width=device-width, initial-scale=1.0 is all the value for content, do not break it into smaller pieces