Box-sizing
- content-box
- Default.
- Width or height = content's width or height. Border, padding, or margin are not included
- border-box
- Width or height = content + padding + border width or height. Margin is not included.
- initial
- Sets this property to its default value.
- inherit
- Inherits this property from its parent element.
No comments:
Post a Comment