Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Typography
Responsive & Fluid Typography (CSS clamp) — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Responsive & Fluid Typography (CSS clamp)
Which CSS clamp() signature correctly follows the fluid typography pattern that respects browser zoom settings?
clamp(16px, 2.5vw, 48px)
clamp(1rem, 2.5vw + 1rem, 3rem)
clamp(1vw, 2.5vw, 3vw)
clamp(16px, 2.5vw + 1rem, 3rem)
Check answer