Web features explorer

min(), max(), and clamp()

Widely available
Tags: css Groups: CSS

The min() and max() CSS functions return the minimum or maximum of the arguments, while clamp() clamps a value to a given range. To learn more, see clamp(), max(), min() at MDN.

Compatibility