Web features explorer

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

Widely available since 2023-01-28
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.

Learning resources on MDN

Browser support