moz box sizing css code example
Example 1: box sizing border box
*{
box-sizing: border-box;
}
Example 2: reset the entire box model
* {
box-sizing: border-box;
}
*{
box-sizing: border-box;
}
* {
box-sizing: border-box;
}