ā˜•
Ad Space - Top Banner (728x90)

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?