artemsheludko
4/30/2018 - 12:40 PM

Box sizing

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}