https://css-tricks.com/snippets/css/gradient-text/
h1 {
font-size: 72px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
不支持渐变色时会取color的颜色
h2{
color:red;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(red), to(pink));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
相关文档
暂无
随便看看
畅言模块加载中