Ad Space - Top Banner (728x90)

Boiling Water Checkbox

0 viewsmedium
Background:
Boiling Water Checkbox
1
2
3
4
5
6
7
8
9
10
11
<div class="boiling-water-container">
  <input type="checkbox" />
  <div class="boiling-water-checkmark">
    <div class="water-surface"></div>
    <div class="steam-bubble bubble-1"></div>
    <div class="steam-bubble bubble-2"></div>
    <div class="steam-bubble bubble-3"></div>
    <span class="water-icon">💧</span>
  </div>
  <span class="boiling-water-label">Boiling Water</span>
</div>
Was this helpful?