FreeCodeCamp

Learn CSS Colors by Building a Set of Colored Markers

김솜뭉치 2022. 7. 26. 22:25

linear-gradient function

선형 그라데이션(지정할 색 최소 2가지) / 각도 및 방향 지정 가능

.simple-linear {
  background: linear-gradient(blue, pink);
}

 

 

저작자표시 비영리 변경금지 (새창열림)