跳转到内容

CSS渐变字

html
<h2 class="title transi-up font-hyqh70s">平滑升降,暗藏玄机</h2>

<style>
  .title {
    background-image: linear-gradient(to right, red, #3170ff);
    width: 9.18em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
</style>

平滑升降,暗藏玄机