文字渐变色
<div class="bg-[linear-gradient(90deg,#092DA1,#458AF1,#C2C4FF)] bg-clip-text text-transparent text-h0 ">全域安全</div>
<style>
.text-transparent {
color: transparent;
}
.bg-clip-text {
-webkit-background-clip: text;
background-clip: text;
}
.bg-\[linear-gradient\(90deg\2c \#092DA1\2c \#458AF1\2c \#C2C4FF\)\] {
background-image: linear-gradient(90deg, #092da1, #458af1, #c2c4ff);
}
</style>
免责申明:本站内容大部分来自互联网,部分来源于个人原创。仅供个人学习使用,本站不承担任何法律责任。如有侵权请联系删除!