The CSS math functions allow mathematical expressions to be used as property values. Here, we will explain the calc()
,
and
max()min()
functions.
The calc() Function
The calc()
function performs a calculation to be used as the property value.
CSS Syntax
calc(expression)