text 渐变文字颜色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 渐变文字颜色相关的知识,希望对你有一定的参考价值。

.block-title {
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(right,#44aad6 20%,#1c77c3 74%);
  background: -o-linear-gradient(right,#44aad6 20%,#1c77c3 74%);
  background: -ms-linear-gradient(right,#44aad6 20%,#1c77c3 74%);
  background: -moz-linear-gradient(right,#44aad6 20%,#1c77c3 74%);
  background: -webkit-linear-gradient(right,#44aad6 20%,#1c77c3 74%);
  font-size: 3.5rem;  
}

以上是关于text 渐变文字颜色的主要内容,如果未能解决你的问题,请参考以下文章

CSS 文字渐变的几种方式

css里怎么将字体加渐变颜色?

text-stroke实现文字描边(镂空)text-fill-color实现文字填充&渐变(+animation实现流光字体)

background-clip实现渐变文字

css CSS文字颜色渐变

Unity 2017 文字颜色渐变