Skip to content

Instantly share code, notes, and snippets.

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