Border Box contains padding and border to keep the element dimensions consistent.
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
Paul Irish Article: https://www.paulirish.com/2012/box-si...
MDN Box Sizing: https://developer.mozilla.org/en-US/d...
#CSS #tipsandtricks #borderbox #boxsizing #tutorials #guides
P.S. I am reuploading this video to my main channel to compare analytics versus my new channel.