css font gradient

권슬기·2023년 4월 13일
0

css

목록 보기
5/5

폰트에 그라데이션 넣는 코드

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

결과

profile
병아리 프론트엔드 개발자

0개의 댓글