I want this paragraph:
To be like this:
How can I do that?
Why not just use a fixed font size instead of a rem or em? 
I tried to use in the p element font-size: 13px but it still is no what I want.
360px:

Bigger screen:
I want the width of the p to be the same no matter the monitor’s size.
set a fixed with if you want it to be the same, like width: 400px;
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.