FrontendDeveloper.in

CSS Track Detail

What is `clamp()` in CSS?

clamp(min, preferred, max) creates fluid values with safe limits.

Useful for typography and spacing that scales with viewport but remains readable.