반응형 전체 글23 3자리 수마다 콤마 생기게 하기 js [ 1,000 ] HTML JS 2021. 1. 20. file input 커스텀하기 html/css/js HTML 파일 찾아보기 CSS /*파일박스*/ .filebox input[type="file"] { position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0; } .filebox label { display: inline-block; background: #333; color: #fff; font-size: 16px; cursor: pointer; height: auto; border-radius: 8px; font-weight: 400; width: 140px; height: 40px; line-height: 40px; text-align: center; margin-left: 20px; margin-bottom: .. 2021. 1. 20. 체크박스/라디오버튼 checkbox radio css 로 꾸미기 체크박스 : 전기세 가스 라디오 : 오픈형 원룸 분리형 원룸 투룸 쓰리룸 포룸 CSS (체크박스 / 라디오) .chk_box input { display: none; } .chk_box input+label { display: inline-block; overflow: visible; cursor: pointer; margin-bottom: 0; } .chk_box input+label span { display: block; position: relative; float: left; box-sizing: border-box; border: 1px solid #ddd; border-radius: 0px; margin-right: 0px; margin-top: 0px; } .chk_box input+lab.. 2021. 1. 20. 이전 1 ··· 3 4 5 6 다음 반응형