checkbox
by Joe
by Joe
HTML
<input type="checkbox" class="largerCheckbox" name="check">
CSS
input.largerCheckbox {
transform: scale(2.5);
cursor: pointer;
content: '\2713\0020';
position: absolute;
font-size: 1.3em;
}
body {
text-align: center;
margin-top: 20%;
}