Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Last active December 11, 2015 07:58
Show Gist options
  • Save jupegarnica/4569610 to your computer and use it in GitHub Desktop.
Save jupegarnica/4569610 to your computer and use it in GitHub Desktop.
border-box. el padding no sale hacia afuera del tamaño definido, sino que queda contenido dentro.
box-sizing: border-box;
ms-box-sizing: border-box;
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment