Learn CSS Variables by Building a City Skyline - Step 4

I think this code is correct but I keep getting error messages. Can someone help me?

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="UTF-8">
    <title>City Skyline</title> 
    <link rel="stylesheet" href="styles.css"/>
    
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

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

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 4

Hi there and welcome to our community!

Yes, your code should pass.
You may need to try the following:

  1. Reset the lesson and resubmit your code.
  2. Hard-refresh the page with CTRL+F5.
  3. Ensure that ALL browser extensions are disabled as they can interfere with the tests.
  4. Try a different browser.

I hope that helps!

1 Like

Thank you very much. I changed the browser and it passed successfully

1 Like

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