본문 바로가기

IT/Develop

CSS Gradient Text

 

 

h1 {
  font-size: 80px;
  background: -webkit-linear-gradient(#2fe8f4, #a0f4ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 

'IT > Develop' 카테고리의 다른 글

background-clip  (0) 2019.10.22
Wicked CSS animations  (0) 2019.10.11
Fileuploader / Revolutionary HTML5 file upload plugin  (0) 2019.10.10