效果:
img.png
结构:
<div class="text">颜色渐变</div>
样式:
<style>
.text {
background: linear-gradient(to top, rgb(126, 226, 230), rgb(9, 11, 122));
color: transparent;
-webkit-background-clip: text;
}
</style>
效果:
结构:
<div class="text">颜色渐变</div>
样式:
<style>
.text {
background: linear-gradient(to top, rgb(126, 226, 230), rgb(9, 11, 122));
color: transparent;
-webkit-background-clip: text;
}
</style>