-
-
Save mmh4560/da61096a575a4e576a718118bd99c0c4 to your computer and use it in GitHub Desktop.
Edit The Input Chcekbox Css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input[type="checkbox"] { | |
transform: scale(2); | |
-ms-transform: scale(2); | |
-webkit-transform: scale(2); | |
margin-top: 8px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment