How can I make the font size be relative to the screen resolution? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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?

30th Sep 2017, 8:17 PM
AndrƩ Campos
AndrƩ Campos - avatar
2 Respostas
+ 1
use breakpoints using @media queries and rem units
30th Sep 2017, 8:45 PM
Amr Ibrahim Khudair
Amr Ibrahim Khudair - avatar
+ 7
https://www.w3schools.com/cssref/css_units.asp check out the Relative Lengths section ;)
30th Sep 2017, 8:22 PM
Burey
Burey - avatar