I am having issues completing step 2, it is saying that I need to use the background property in my body selector, when I am pretty sure I am using the ‘background’ property in my code.
Is anybody able to give me a hand?
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 */
/* User Editable Region */
body{
background: linear-gradient (45 deg(rgb(118, 201, 255),
rgb(247, 255, 222)));
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Learn CSS Transforms by Building a Penguin - Step 2
Link to the challenge: