min(), max(), and clamp()
Widely availableThe min()
and max()
CSS functions return the minimum or maximum of the arguments, while clamp()
clamps a value to a given range.
Safari Browser
iOS
13.4
The min()
and max()
CSS functions return the minimum or maximum of the arguments, while clamp()
clamps a value to a given range.