Ad Space - Top Banner (728x90)

Neumorphism Convex Toggle

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