Learn CSS Transforms by Building a Penguin - Step 90

Tell us what’s happening:
So, I’m supposed to use the “Transform origin” for this, but how do I do it?

Your code so far

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

.arm.right {
  top: 0%;
  right: -5%;
}

Your browser information:

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

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

Link to the challenge:

1 Like

When I search “MDN CSS transform origin”, I get this page, which seems helpful:

6 Likes

Thank you for the info.

2 Likes

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