Learn CSS Transforms by Building a Penguin - Step 1

Tell us what’s happening:
Describe your issue in detail here.

I’ve read a couple other posts with this issue, but adding a “/” to the self closing links did not work for me. Any assistance would be appreciated.

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width, initialscale=1.0"/>
  <link rel="stylesheet" href="styles.css"/>
  <title>Happy Flappy Penguin</title>
</head>
<body></body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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:

Can you see the hint you are getting? It is telling you which element the error is in. I would look for typos (more specifically, missing characters).

I would also recommend you copy/paste from the instructions if possible in order to avoid these types of errors.

" - " such a simple thing to miss!

Thanks!

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