로딩
티스토리 데이터 처리 중입니다.

[CSS] checkbox 사이즈 조절(네모 크기 늘리기)

 [CSS] checkbox 사이즈 조절(네모 크기 늘리기)

checkbox 사이즈(크기) 조절 방법 첫 번째 방법 input[type=checkbox] { -ms-transform: scale(2); /* IE */ -moz-transform: scale(2); /* FF */ -webkit-transform: scale(2); /* Safari and Chrome */ -o-tran.....

[CSS] checkbox 사이즈 조절(네모 크기 늘리기)에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.