工作学习中记录一下。
效果:
css:
.words {
font-size: 30rpx;
font-weight: bold;
background: linear-gradient(to right, red, yellow);
-webkit-background-clip: text;
background-clip: text; /*以文字的范围对背景进行裁剪*/
color: transparent;
}
工作学习中记录一下。
效果:
css:
.words {
font-size: 30rpx;
font-weight: bold;
background: linear-gradient(to right, red, yellow);
-webkit-background-clip: text;
background-clip: text; /*以文字的范围对背景进行裁剪*/
color: transparent;
}