Learn CSS Transforms by Building a Penguin - Step 1

Tell us what’s happening:
Describe your issue in detail here.
This is getting really frustrating, i’ve done this correctly and yet it keeps showing error, guys please help check ??

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML boilerplate</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/103.0.0.0 Safari/537.36

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

Link to the challenge:

what error are you getting?

You might have to add a slash(/) before the > of the link tag. Even though the / isn’t necessary, the test are a bit strict and requires you to use a / at the end of the link tag.

1 Like

It worked, thank you !

1 Like

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