CSS · HTML

CSS - 체크박스, 라디오 버튼 꾸미기 accent-color

혜원21 2023. 4. 27. 12:12
*

See the Pen accent-color 체크, 라디오 버튼 by nilgi (@nilgi) on CodePen.

 

 

input[type=checkbox] {
  accent-color: tomato; /* 색 */
}

input[type=radio] {
  accent-color: rgb(30, 144, 255); /* 색 */
}

 

이런게 있구나. 이쁘군 (◕ᴗ◕✿)

 

최근댓글