Skip to content

Instantly share code, notes, and snippets.

@nncl
Last active October 9, 2015 20:37
Show Gist options
  • Save nncl/4a7e62278cf6dca812b9 to your computer and use it in GitHub Desktop.
Save nncl/4a7e62278cf6dca812b9 to your computer and use it in GitHub Desktop.
Calc CSS3
.my-class {   
    width: calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment