Return to Snippet

Revision: 69601
at July 26, 2015 21:36 by beyo


Initial Code
html {

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

}

Initial URL


Initial Description
Found on CSS-Tricks

Initial Title
Universal box-sizing with inheritance

Initial Tags


Initial Language
CSS