Skip to content

Instantly share code, notes, and snippets.

@costr
Created January 10, 2015 04:40
Show Gist options
  • Select an option

  • Save costr/894473fc982f59c23526 to your computer and use it in GitHub Desktop.

Select an option

Save costr/894473fc982f59c23526 to your computer and use it in GitHub Desktop.
CSS CALC() Example
#pageTitle {
margin-left: 50px; width: calc(100% - 50px);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment