CSS Transforms & Transitions - Transform: Transform-Origin

This topic is for the [Transform - Transform-Origin] exercise in the [CSS Transforms & Transitions] trail. Post any questions, corrections, or pointers you have to share with other Upcase subscribers.
[Transform - Transform-Origin]: https://exercises.upcase.com/exercises/transform-origin
[CSS Transforms & Transitions]: CSS Transforms & Transitions | Online Tutorial by thoughtbot

I think there is a typo in the exercise.

For the bottom right corner, you would use 0% 100%, etc.

To have the origin at the bottom right corner, you would use transform-origin: 100% 100%, right?

I’ll take a look!