Learn CSS Transforms by Building a Penguin - Step 1

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

Hello Everyone!
I am stuck at Step 1, it keeps telling me I need two meta. Even when I have let the hint portion walk me through what is needed, i.e. one meta needs UTF-8 and the other needs content. When I do that it just right back to the needing two meta. In the forum, looks like everyone has had issues with the link or closing tags. I have even copied and pasted theirs and fixed where they were told to, but ended up with the same result of need two meta.
Thanks for the help!

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="style.css">
  <title>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/106.0.0.0 Safari/537.36

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

Link to the challenge:

Have a look at the attribute value:

Thank you for the help! I have gone through and re typed it so many times! Of course, since it was an easy fix I am left with the question “I looked at that… right?!:expressionless::rofl:

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