Ad Space - Top Banner (728x90)

Neumorphism Outset Toggle

0 viewsmedium
Background:
Neumorphism Outset Toggle
1
2
3
4
5
6
7
<div class="neomorph-outset-container">
  <input type="checkbox" id="neomorph-outset" class="neomorph-outset-input" />
  <label for="neomorph-outset" class="neomorph-outset-label">
    <span class="neomorph-outset-thumb"></span>
  </label>
  <span class="neomorph-outset-text">Outset Style</span>
</div>
Was this helpful?