Font is set to the gradient

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/a5252145/article/details/90231566

Font is set to the gradient

background:linear-gradient(RGBA(1,1,1,0.8) 50%,RGBA(1,1,1,0.9))
color:transparent
background-clip:text
默认为上下渐变,若想左右渐变,设置如下:
background:linear-gradient(90deg RGBA(1,1,1,0.8) 50%,RGBA(1,1,1,0.9))

Guess you like

Origin blog.csdn.net/a5252145/article/details/90231566