Created
October 7, 2021 19:17
-
-
Save JosueMagnus12/7516d11d2cd572ab77da4d7dab1d5e00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
font-size: 62.5%; | |
} | |
h1 { | |
font-size: clamp(2rem, 3vw, 3.2rem); | |
} | |
p { | |
font-size: clamp(1.2rem, 2vw, 2.1rem); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment