Ad Space - Top Banner (728x90)

Neumorphism Inset Toggle

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