background: linear-gradient(94.15deg, #ff0005 -5.83%, #f80089 45.18%, #091b84 95.14%);
background: -ms-linear-gradient(94.15deg, #ff0005 -5.83%, #f80089 45.18%, #091b84 95.14%);
background: -moz-linear-gradient(94.15deg, #ff0005 -5.83%, #f80089 45.18%, #091b84 95.14%);
background: -webkit-linear-gradient(94.15deg, #ff0005 -5.83%, #f80089 45.18%, #091b84 95.14%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
텍스트에 그라데이션 적용시 사파리 브라우저에서 안먹는 현상은
display: block;으로 fixed 할 수 있다. :
display: block;
'coding > log' 카테고리의 다른 글
[개발일지] Class함수 이용한 슬랙 개발 플로우 (0) | 2022.05.12 |
---|---|
개발_일지 / 무한 스크롤 / Infinite Scroll / Intersection Observer API (0) | 2022.02.14 |
500 Server Error 발생하는 이유와 백엔드팀 협업 하기 (0) | 2022.01.14 |
> Task :react-native-firebase_messaging:compileDebugJavaWithJavac FAILED (5) | 2021.09.03 |
[React Native] Run custom shell script 'Bundle React Native code and images' 빌드 오류 해결 (0) | 2021.08.21 |
댓글