체크 박스 스타일 커스텀
체크 전
input[type="checkbox"].클래스명 {
appearance: none;
width: 넓이 값;
height: 높이 값;
background-image: url("이미지 주소");
}
체크 후
input[type="checkbox"].클래스명:checked {
background-image: url("이미지 주소");
}
반응형
'개발 > Html, Css' 카테고리의 다른 글
[html] html5 구문 (0) | 2023.01.21 |
---|---|
[css] 줄바꿈, 공백, 띄우기 css 처리 (ft. white-space) (62) | 2022.12.16 |
[css] 텍스트 줄바꿈 해결 (1) | 2022.10.05 |
[css] 넘치는 텍스트 줄바꿈 처리 (0) | 2022.08.11 |
[css] 강제 가로 모드 (0) | 2022.07.11 |
댓글