whether backgrounds extend into the element's border
1
whether backgrounds extend into the element's border
Value | Description |
---|---|
Values | |
border-box | background extends into border |
content-box | background extends to edge of content only |
padding-box | background extends to edge of padding only |