Used to alter the default CSS box model for calculating width and height of the elements, which includes border and padding in its total, usually an undesirable result.
Extra padding does not make this box wider or taller. It will be only as large as its width
and/or height
properties define.