How to use the calc() function in CSS?
Originally posted here!-method-css)
The calc() function is used to dynamically calculate CSS property values.
You can pass any valid CSS units as arguments to the calc() function.
For example, you can use an expression to substract 50px - 20px.
h1 {...
melvingeorge-me.hashnode.dev2 min read