Skip to content

Instantly share code, notes, and snippets.

@tommilimmot
Last active December 21, 2015 12:08
Show Gist options
  • Save tommilimmot/6303721 to your computer and use it in GitHub Desktop.
Save tommilimmot/6303721 to your computer and use it in GitHub Desktop.
CSS notes
box-sizing: border-box;
// adviced to be used globally nowadays - bootstrap3 uses it by default, for instance
// on IE8 or older max-/min-height/width won't work - e.g. can't have responsive image resizing on IE8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment