Building a penguin step 3

So far, I have had to look up what im doing wrong on the first 3 tasks. Am I getting dumber? stuck on #3 now:

/Preformatted text/
.body{
background: linear-gradient(45deg, rgb(118, 201, 255), rgb(247, 255, 222));
}

This selector is for an element with the class of “body”. You want the selector to target the body element.

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