Skip to content

Instantly share code, notes, and snippets.

@sundicide
Created July 15, 2022 00:06
Show Gist options
  • Select an option

  • Save sundicide/29952b9cebbcefb4278cb9c8c20e1950 to your computer and use it in GitHub Desktop.

Select an option

Save sundicide/29952b9cebbcefb4278cb9c8c20e1950 to your computer and use it in GitHub Desktop.
/* responsive */
@media (min-width: 600px) {
font-size: 1rem;
}
/* fluid */
font-size: clamp(1.5rem, 32px, 3rem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment