Skeuomorphic 3D
0 viewshard
Background:
1
2
3
4
5
6
7
8
<div class="skeuomorphic-container">
<input type="checkbox" />
<div class="skeuomorphic-checkmark">
<div class="inner-bevel"></div>
<div class="checkmark-3d">✓</div>
</div>
<span class="skeuomorphic-label">3D Realistic</span>
</div>Skeuomorphic 3D
0 viewshard
Background:
Skeuomorphic 3D
1
2
3
4
5
6
7
8
<div class="skeuomorphic-container">
<input type="checkbox" />
<div class="skeuomorphic-checkmark">
<div class="inner-bevel"></div>
<div class="checkmark-3d">✓</div>
</div>
<span class="skeuomorphic-label">3D Realistic</span>
</div>Was this helpful?
What is inside Skeuomorphic 3D
Skeuomorphic 3D is a CSS checkbox built with gradient fills, transforms, layered shadows, defined in 66 lines across 10 selectors.
24
CSS properties
10
Selectors
66
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsShadowsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-colorborder-radiusbox-shadowcolorcursordisplayfont-sizefont-weightgapheightinputinsetjustify-contentopacitypositiontext-shadowtransformtransitionuser-selectwidthz-indexAccessibility check1 to fix
- Built on a native <input> element, so keyboard focus and screen reader semantics work without extra attributes.
- No focus style is defined. Add one before shipping, or keyboard users lose track of position.
These notes are generated by reading this component's own source, so they describe what it actually does rather than what a template says. Copy the code above in HTML, CSS, Tailwind and adapt it freely.