Ad Space - Top Banner (728x90)
Gear Rotation Checkbox
0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
10
<div class="gear-container">
<input type="checkbox" id="gear-check" />
<label for="gear-check" class="gear-label">
<span class="gear-mechanism">
<span class="gear main-gear">āļø</span>
<span class="gear small-gear">āļø</span>
</span>
<span class="gear-text">Gear Rotation</span>
</label>
</div>Gear Rotation Checkbox
0 viewsmedium
Background:
Gear Rotation Checkbox
1
2
3
4
5
6
7
8
9
10
<div class="gear-container">
<input type="checkbox" id="gear-check" />
<label for="gear-check" class="gear-label">
<span class="gear-mechanism">
<span class="gear main-gear">āļø</span>
<span class="gear small-gear">āļø</span>
</span>
<span class="gear-text">Gear Rotation</span>
</label>
</div>Was this helpful?