Created
November 8, 2015 16:42
-
-
Save xto3na/55ee23ab82a78d5b81e0 to your computer and use it in GitHub Desktop.
calc() in CSS3
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
.element { | |
width: calc( 100% - 50px ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment