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()?

Reach for the clamp(min, preferred, max) function when you need values that scale fluidly between two viewport widths. It works well for responsive typography, with no breakpoints to manage. The preferred value comes from intercept + slope × 100vw, which keeps the interpolation linear between minimum and maximum.

Related Tools