Box Sizing
The CSS box-sizing property defines if the padding and border should be included in the calculation of an elements total width and height.
Class | Properties |
---|---|
wpex-box-border | -webkit-box-sizing: border-box; box-sizing: border-box; |
wpex-box-content | -webkit-box-sizing: content-box; box-sizing: content-box; |