文字のグラデーション

<span class="text1">テキスト</span>
.text1 {
  font-size: 160px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(-45deg, #2af598, #009efd);
  background-clip: text;
  -webkit-background-clip: text;
}
テキスト

<span class="text2">テキスト</span>
.text2 {
  font-size: 160px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(-45deg, #2af598, #009efd);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
}
テキスト

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です