오식랜드
input radio css 변경하기 본문
반응형
input[type='radio'],
input[type='radio']:checked {
appearance: none;
width: 20px;
height: 20px;
border-radius: 100%;
margin-right: 0.1rem;
}
input[type='radio'] {
background-color: white;
border: 2px solid gray;
}
input[type='radio']:checked {
border: 7px solid red;
}
반응형
'dev-log > html·css·js' 카테고리의 다른 글
[javascript] 객체를 forEach로 돌리며 value값 변경하기 (0) | 2022.05.09 |
---|---|
이메일과 비밀번호 정규식 (0) | 2022.05.09 |
[css] input checkbox, radio, range, progress 색상 변경 (0) | 2022.05.04 |
[css] select box 글자 가운데 정렬하기 (0) | 2021.08.05 |
[html, css] 스크롤바 숨기기 (0) | 2021.06.25 |
Comments