css - accent-color

erica·2023년 1월 12일
0
<input type="checkbox">
<input type="radio">
<input type="range">
<progress>
<style>
input[type=checkbox] {accent-color: red;}
input[type=radio] {accent-color: green;}
input[type=range] {accent-color: rgb(0,0,255);}
progress {accent-color: hsl(39,100%,50%);}
</style>

profile
응미씨

0개의 댓글