Posts by Cenk YAGMUR • 124 points
1 post
-
0
votes2
answers2044
viewsA: Stylize checkbox
you can do it like that input[type=checkbox] { position: relative; cursor: pointer; } input[type=checkbox]:before { content: ""; display: block; position: absolute; width: 20px; height: 20px; top:…