Hello, I can’t go to the next step because of this error, the <link>
is inside the <head>
as usual but when I check my code then the error happens, I tried to change the sequence of the elements, I tried to change browsers but the error continues, I don’t know what is happening because I always do it this way and every time it worked, I would be so grateful if you could help me.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Penguin</title>
</head>
<body>
</body>
</html>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn CSS Transforms by Building a Penguin - Step 1
Link to the challenge: