css 给文本添加任务图片背景
使用 CSS 轻松为文本填充任意背景:
<h1>GGos HAOGHGAH HKNAK HLNSLG
</h1>
h1{background-image: url("https://fastly.picsum.photos/id/469/500/100.jpg?hmac=uCL5Op4HXAOmbwwD8xL_XIliy2aFOi-hSLaTsP14gAw");-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
See the Pen CSS 为文本填充任意背景 by liu874396180 (
@liu874396180) on
CodePen.