Tell us what’s happening:
every element required is coded inside the head element but for some reason its telling me that “You should have one void link element”. I don’t understand this, how should I fix this?
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<title>City Skyline</title>
</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/131.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Variables by Building a City Skyline - Step 4