DEV Community

Discussion on: The text won't scale with CSS scaling

Collapse
 
lolleri200 profile image
lolleri200

So how do I make this webpage responsive?

Collapse
 
anders profile image
Anders

You should probably look into media queries and adapt your CSS depending on the viewport size, or alternatively work with %:ages and max-width etc
w3schools.com/css/css_rwd_mediaque...