Tell us what’s happening:
Target the .penguin
element when it is active, and increase its size by 50%
in both dimensions.
I have been looking at this for awhile, trying to figure out how I am supposed to do this. I have looked at multiple sources online and even checked to see if there is other people on here with issues with this step. Any help would be greatly appreciated
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
.penquin:active {
transform: scale(50%);
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Transforms by Building a Penguin - Step 101
Hello @surelyalice !
Great progress!
Take a close look at the hint received after entering the quoted code. Enter exactly what it tells us to enter there. You have got this @surelyalice !
Just change the 50% to what it says in the hint and you will pass it.
Keep up the super progress!
the hint : You should use the .penguin:active
selector.
thats part of the confusion.
full question:
Step 101
Target the .penguin
element when it is active, and increase its size by 50%
in both dimensions.
What does it say after your tried entering it, @surelyalice ?
It provides the actual scale adjustment in the failure notice.
I would love to give you the scale. But, that is against the forum rules.
You are doing amazing, and I have seen how you are progressing great!
Keep the momentum up!
1 Like
You have a typo. You wrote penguin as penquin with a Q and not a G.
3 Likes
Haha! No worries. You caught a typo the other day that I didn’t catch!
2 Likes
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
1 Like