Learn CSS Transforms by Building a Penguin - Step 5

Tell us what’s happening:
According to the message, I gave body an “overflow: clip;” thus I can’t pass stage 5. Any clue ? thx

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <link rel="stylesheet" href="./styles.css" />
  <title>Penguin</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<body>
</body>
</html>
/* file: styles.css */
body {
background: linear-gradient(45deg, rgb(118, 201, 255), rgb(247, 255, 222));
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
overflow: clip;
}
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36

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

Link to the challenge:

Hey! if i try to run your code, all of the tests seem to pass for me. Try resetting the challenge if this problem continues.

thx @staranbeer but I still can’t pass the test. I reset the project (only 5 steps !!) and I still can’t pass. Any idea ? thx

@Sky020 Hello sorry to bother you. Seems I have an issue which I can’t solve at the moment. I tried to reset the challenge and looked up for any better code writing. Can’t find where I am wrong. Could you help me please ? thx and regards.

hey! do you have any extensions on your website that might interfere with the challenge?

look

@Beatrice

As @staranbeer said, your code passes the tests for me. So, if you do not have a browser extension affecting the page, then you might want to update your browser. You are running a relatively old version of Chrome.

I did believe you yesterday ! But I still could not pass. But it’s ok now I had to update Chrome. Thanks ++ for your help.

Hi Thank you for your answer. You’re right. I had to update my browser. thx ++

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