+ 1
How can I make the font size be relative to the screen resolution?
How can I make the font size be relative to the screen resolution?
2 Antworten
+ 1
use breakpoints using @media queries and rem units
+ 7
https://www.w3schools.com/cssref/css_units.asp
check out the Relative Lengths section ;)