Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSScalc clamp min maxSingle-choice MCQ

What is the resolved font-size, and why is the order of arguments to clamp important here?

.title { /* viewport width = 320px */ font-size: clamp(2rem, 1rem, 1.5rem); }