Skip to content

Instantly share code, notes, and snippets.

@mmh4560
Created March 16, 2019 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmh4560/da61096a575a4e576a718118bd99c0c4 to your computer and use it in GitHub Desktop.
Save mmh4560/da61096a575a4e576a718118bd99c0c4 to your computer and use it in GitHub Desktop.
Edit The Input Chcekbox Css
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