Skip to content

Instantly share code, notes, and snippets.

@JosueMagnus12
Created October 7, 2021 19:17
Show Gist options
  • Save JosueMagnus12/7516d11d2cd572ab77da4d7dab1d5e00 to your computer and use it in GitHub Desktop.
Save JosueMagnus12/7516d11d2cd572ab77da4d7dab1d5e00 to your computer and use it in GitHub Desktop.
: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