Skip to content

Instantly share code, notes, and snippets.

@juniorcesarabreu
Created April 11, 2017 18:28
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 juniorcesarabreu/d084cbbf61fa3590cc4406be0485a403 to your computer and use it in GitHub Desktop.
Save juniorcesarabreu/d084cbbf61fa3590cc4406be0485a403 to your computer and use it in GitHub Desktop.
* {
/* Força o navegador a respeitar o limite do elemento
e a ocupar o espaço interno com os valores de padding
e border, em vez de expandir o elemento */
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment