jayveepvalenzuela
12/9/2019 - 7:37 AM

box-sizing

html {
    box-sizing: border-box;
}

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