마크업 언어/CSS
[CSS] color 에 gradient 적용
KIMJAVAN
2024. 4. 26. 13:38
728x90
.fast-recomn-section .fast-recomn-text-unit.ai{
background: linear-gradient(90deg, #00F0FF 0%, #10EC0C 13.11%, #00F0FF 27.15%, #4E4E4E 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}