Learn CSS Variables by Building a City Skyline - Step 4

Tell us what’s happening:
It says I need one self-closing element, but I think I have it in the code already, but it still won’t pass me…

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>City Skyline</title>
  <link rel="stylesheet" href="styles.css">    
</head>
<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/105.0.0.0 Safari/537.36

Challenge: Learn CSS Variables by Building a City Skyline - Step 4

Link to the challenge:

I’ve come across several people having an issue with Mozilla sometimes (not every time)

Consider redo / restart the lesson
Change your browser

I tried your code and you have no issue with your code. I believe it’s about the browser.

This is the case yesterday.

2 Likes

Thank you, this was helpful. It is fixed now.

1 Like

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