Ad Space - Top Banner (728x90)

Leaf Falling Checkbox

0 viewsmedium
Background:
Leaf Falling Checkbox
1
2
3
4
5
6
7
8
9
10
11
<div class="leaf-container">
  <input type="checkbox" id="leaf-check" />
  <label for="leaf-check" class="leaf-label">
    <span class="leaf-fall">
      <span class="falling-leaf leaf-1">🍁</span>
      <span class="falling-leaf leaf-2">🍃</span>
      <span class="falling-leaf leaf-3">🍂</span>
    </span>
    <span class="leaf-text">Leaf Falling</span>
  </label>
</div>
Was this helpful?