I have a website and im trying to figure out how can i adjust the size of the box to adjust with the width of any computer seen on.
we have @media
, which we can use:
this docs show one example of using max-width
, you can also use min-width
, this allows different css rules for different screen sizes