Created
October 31, 2019 01:55
-
-
Save Shivendra30/42120e690e52679f0a8d9d24a1e9abe3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
html{ | |
font-size: calc(1vw + 1em)/2; | |
} | |
.some-random-input{ | |
font-size: 2em; /*Twice the size defined above*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment