라벨이 scale인 게시물 표시

[CSS] input checkbox scale 크기 키우기

input [ type = checkbox ] { /* Double-sized Checkboxes */ - ms - transform : scale ( 2 ); /* IE */ - moz - transform : scale ( 2 ); /* FF */ - webkit - transform : scale ( 2 ); /* Safari and Chrome */ - o - transform : scale ( 2 ); /* Opera */ padding : 10px ; } 이런게 있네 ㅎㅎㅎ