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

What is the computed width of this element on a 1000px-wide viewport?

.box { width: clamp(200px, 10vw, 300px); }