渐变色的 文字
例如 :

     <h3>11111111</h3>


<style>
h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: line;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: Arial;
  line-height: 0.833;
  letter-spacing: 10px;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #00a0e9, #10d39d, #00a0e9, #10d39d);
  color: transparent;
  -webkit-background-clip: text;
}

</style>
最后修改:2022 年 11 月 14 日 05 : 07 PM
如果觉得我的文章对你有用,请随意赞赏