渐变色字体 { width: fit-content; background: linear-gradient(45deg, red, rgb(135, 230, 255), rgb(204, 204, 255)); font-size: 10px; color: transparent; -webkit-background-clip: text; }
本文参考链接:https://www.cnblogs.com/wulicute-TS/p/12449197.html
渐变色字体 { width: fit-content; background: linear-gradient(45deg, red, rgb(135, 230, 255), rgb(204, 204, 255)); font-size: 10px; color: transparent; -webkit-background-clip: text; }