input[type="checkbox"] {
appearance: none;
width: 1.5rem;
height: 1.5rem;
border: 1.5px solid gainsboro;
border-radius: 50%;
}
input[type="checkbox"]:checked {
border-color: transparent;
background-repeat: no-repeat;
background-color: limegreen;
}
'NEW(스크립트용)' 카테고리의 다른 글
video full screen 반응형 (0) | 2022.06.29 |
---|---|
flex-direction (0) | 2022.06.24 |
html에서 자주 쓰이는 특수문자, 특수기호, 이모지 (0) | 2022.05.24 |
react input type files 의 이미지 mapping 및 삭제 (dataTransfer.items.add, Array.slice(index,1) 사용) (0) | 2022.03.25 |
select react로 custom 하기 (기존 select option 사용 x) (0) | 2022.03.16 |