Learn CSS Transforms by Building a Penguin - Step 90

Tell us what’s happening:
it keeps saying i should use transform origin which i am not familiar with
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.

  top: 35%;
  left: 5%;
  transform-origin: 0 0; 
}.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

Hello there @G69D the instruction says to use the transform-origin and if you look closely the instruction also provided the location/placement but since you’re not familiar with this it’s understandable that you might not really know what it means.

Next time you see a term or word and you’re not familiar, look it up online and check the meaning and usage then you can apply it with understanding.

Learn about transform-origin here. You’d find your answer here.

Happy coding :clinking_glasses:.

The code passed. I’ll have to read more about transform origin before i proceed to the next step. Thanks a lot!

Also don’t beat yourself up for not “knowing”. It’s all part of the learning process and learning never ends. Have a good one.