Tell us what’s happening:
Learn Variable CSS - Step 4 is broken
I cannot understand why this is failing. I see this issue has come up in the past, but the suggestion of trying a different browser is not working. It is happening on Firefox and Chrome. It keeps saying “You should have one void link element.”
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; rv:138.0) Gecko/20100101 Firefox/138.0
Challenge Information:
Learn CSS Variables by Building a City Skyline - Step 4