Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSStransformsSingle-choice MCQ

What is the visual effect of applying a non-default transform-origin like this?

.card { transform: rotate(30deg); transform-origin: bottom right; }