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

How do these two transform declarations differ in result?

/* A */ transform: rotate(45deg) translateX(100px); /* B */ transform: translateX(100px) rotate(45deg);