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

Oven Timer Checkbox

0 viewsmedium
Background:
Oven Timer Checkbox
1
2
3
4
5
6
7
8
9
10
<div class="oven-timer-container">
  <input type="checkbox" />
  <div class="oven-timer-checkmark">
    <div class="timer-face"></div>
    <div class="timer-hand"></div>
    <div class="timer-numbers">12</div>
    <span class="timer-icon">ā°</span>
  </div>
  <span class="oven-timer-label">Oven Timer</span>
</div>
Was this helpful?