Ad Space - Top Banner (728x90)

Neumorphism Soft Toggle

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