Skip to content

Instantly share code, notes, and snippets.

@iGitScor
Created November 4, 2016 20:27
Show Gist options
  • Save iGitScor/a6e26df4c7aff0612f4d9ae20c02da2f to your computer and use it in GitHub Desktop.
Save iGitScor/a6e26df4c7aff0612f4d9ae20c02da2f to your computer and use it in GitHub Desktop.
:root tip
:root {
font-size: calc(16px + (24 - 16) * (100vw - 400px)/(800 - 400));
line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment