In this step i learned about the max function well i have a question about it why would i use a max function to choose the largest between them i should just write
width: 18vw ;
instead of this
width: max( 100px , 18vw ) ;
what’s the point of doing that would it not be better just to type the largest from the beginning??!!