Want to make something bigger? Smaller?
Let’s make a double-sized checkbox…
<$checkbox class="my-checkbox" ... />
CSS
.my-checkbox input[type=checkbox] { scale:2; }
I said it was trivial
Want to make something bigger? Smaller?
Let’s make a double-sized checkbox…
<$checkbox class="my-checkbox" ... />
CSS
.my-checkbox input[type=checkbox] { scale:2; }
I said it was trivial