Skip to content

Instantly share code, notes, and snippets.

@besimhu
Created April 21, 2015 18:45
Show Gist options
  • Save besimhu/3456b541f320641ae27a to your computer and use it in GitHub Desktop.
Save besimhu/3456b541f320641ae27a to your computer and use it in GitHub Desktop.
.container {
width: calc(100% + 20px) /* take the pixel value that you want to increase by*/
margin-left: -10px;
margin-rgiht: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment