back

Background-Clip

background-clip is used to define whether or not the background extends into the border. It has three options:
(1) Border-box,it extends into the border (the default option)
(2) Padding-box, its clipped to the padding box
(3) Content-box, the background is clipped to the content box

Example