I know it is insignificant, but I figured I would tell support about it.
Hi @deeeee !
Welcome to the forum!
The editorial team has been notified of the typo.
Thank you for pointing it out.
A post was split to a new topic: Typo in FCC JavaScript article
Hello there !
In the exercice
There is a typo with “penguin”
.penguin-top {
top: 10%;
left: 25%;
/* Change code below this line */
background: var(--pengiun-skin, black);
/* Change code above this line */
width: 50%;
height: 45%;
border-radius: 70% 70% 60% 60%;
}
.penguin-bottom {
top: 40%;
left: 23.5%;
/* Change code below this line */
background: var(--pengiun-skin, black);
/* Change code above this line */
@Uncle_Al, in the future you should open your own topic since it is different than the OP’s.
In the lesson you mention there is text that mentions there is a known typo and you’re tasked with not correcting the typo.
This is part of the lesson.
Hi @Uncle_Al !
Welcome to the forum!
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).