1. CSS3 Box-sizing

    Method of specifying whether or not an element's borders and padding should be included in size units

  2. css property: box-sizing: border-box

  3. css property: box-sizing: content-box

  4. css property: box-sizing: `padding-box`