알린홈마의 코드친구들
article thumbnail
버튼 토글(라디오를 이용한)
JS/jQuery 2022. 4. 19. 18:52

준비물 HTML 라디오에 라벨을 연결. (id="sameName")/(for="sameName") 라디오를 이용한 버튼 토글 A B C 결과 : CSS 취향대로 꾸며 주기 div { display:flex; align-items: center; } p { margin-right: 20px; } input { display:none } label { margin-right: 10px; color: #6c6c6c; border: 1px solid #9c9c9c; border-radius: 15px; background-color: #fff; height: 26px; padding: 0 15px; line-height: 27px; background-color: #fff; } .clicked_botton { ..

profile on loading

Loading...