how to set box sizing to border box in all elements in css code example Example: box sizing border box *{ box-sizing: border-box; }