Created
November 4, 2016 20:27
-
-
Save iGitScor/a6e26df4c7aff0612f4d9ae20c02da2f to your computer and use it in GitHub Desktop.
:root tip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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