Pergunta de entrevista da empresa Optimum Futurist

What is the difference between using max-width and min-width?

Resposta da entrevista

Sigiloso

23 de jan. de 2021

The maax-width and min-width both are used for writing media queries constraints. Max width, defines the screen size up to the specified screen size,(in desktop first fashion) on the contrary min width defines the screen size above the specified screen size. It works in mobile first fashion.