Skip to content

Instantly share code, notes, and snippets.

@chekle
Created July 5, 2023 01:30
Show Gist options
  • Save chekle/b8422fa39d53aace190b9834cf1b6554 to your computer and use it in GitHub Desktop.
Save chekle/b8422fa39d53aace190b9834cf1b6554 to your computer and use it in GitHub Desktop.
Clamp - Simple CSS Clamp Example
font-size: 48px;
font-size: 4.8rem;
font-size: clamp(3.8rem, 6vw, 4.8rem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment