1001Ferramentas
๐Ÿ“ Dev

CSS Clamp Calculator

Generate CSS clamp() values for fluid typography and spacing. Enter minimum/maximum sizes and viewport widths to get a ready-to-paste clamp() function.

What is CSS clamp()?

The clamp(min, preferred, max) function creates values that scale fluidly between two viewport widths. It's ideal for responsive typography without breakpoints. The preferred value is computed as intercept + slope ร— 100vw, ensuring linear interpolation between minimum and maximum.

Related Tools