Learn CSS Transforms by Building a Penguin - Step 1

hi
can someone help me to find the error here

  **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">
  <title>happy Flappy Penguin</title>
  <link rel="stylesheet"  href="styles.css">
  </head>
<body>

</body>
</html>
/* file: styles.css */
body{
background-color:red;
}
  **Your browser information:**

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

Challenge: Learn CSS Transforms by Building a Penguin - Step 1

Link to the challenge:

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