Skip to content

Instantly share code, notes, and snippets.

@colabottles
Created July 31, 2020 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colabottles/e0c81eecf9445df6a0c5a603ae9bafcd to your computer and use it in GitHub Desktop.
Save colabottles/e0c81eecf9445df6a0c5a603ae9bafcd to your computer and use it in GitHub Desktop.
CSS Clamp example
body {
font-size: clamp (
1.125rem, /* Min */
1rem + 2vw, /* Scaler */
1.5rem /* Max */
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment