Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Created March 10, 2016 03:51
Show Gist options
  • Save fhefh2015/52b426b65951ce5a1e55 to your computer and use it in GitHub Desktop.
Save fhefh2015/52b426b65951ce5a1e55 to your computer and use it in GitHub Desktop.
css box-sizing
.border_box {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment