box-sizing
Utilities for controlling how the browser should calculate an element's total size.
| Utility | Styles |
|---|---|
box.border | box-sizing: border-box; |
box.content | box-sizing: content-box; |
Utilities for controlling how the browser should calculate an element's total size.
| Utility | Styles |
|---|---|
box.border | box-sizing: border-box; |
box.content | box-sizing: content-box; |