|
|
|
|
|
by Tomte
2563 days ago
|
|
If you hard-code everything in pixels, you have the same implicit dependency as with rem. It's a design, after all! Things have to "fit together". You're not changing every element's font size to an individual value and on a whim. But now you have to keep all those relevant "main font sizes" in your head and do constant divisions. rem units give you the ratio directly. |
|