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

After this transform, where is the element's box positioned for layout purposes (e.g. how it affects siblings and document flow)?

.box { transform: translateX(200px) scale(2); }