Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created December 19, 2019 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/53ea8e22ac5627a63bd42370b0aa04c8 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/53ea8e22ac5627a63bd42370b0aa04c8 to your computer and use it in GitHub Desktop.
div.column-20 {
width: -webkit-calc(20% - 10px);
}
div.column-40 {
width: -webkit-calc(40% - 10px);
}
div.column-50 {
width: -webkit-calc(50% - 10px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment