[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;
}
이런게 있네 ㅎㅎㅎ

댓글

이 블로그의 인기 게시물

Swiper lazyLoading

[iOS] body 스크롤 막기