Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 303 Bytes

background-clip.md

File metadata and controls

24 lines (14 loc) · 303 Bytes

background-clip

border-box

背景延伸到border的外边缘

padding-box

背景延伸到padding的外边缘

content-box

背景裁剪到content盒子

text

能将背景裁剪成文字的前景色

background-clip: text;
-webkit-background-clip: text;
color: transparent;