Change font size depending on resolution

后端 未结 5 1150
粉色の甜心
粉色の甜心 2021-01-30 23:57

I\'m developing a Web page that uses different sizes for its different paragraphs, h... and so on. I\'m using em sizes: font-size: 2em;, as an example. But when I

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 00:37

    You want to use media queries rather than JS. Alternatively, use JS to add a class to the body then use that to target what you want.

提交回复
热议问题