Oasis 3D Button
0 viewshard
Background:
1
2
3
4
5
6
7
8
9
10
<div class="oasis-3d-container">
<input type="checkbox" id="oasis-3d" class="hidden" />
<label for="oasis-3d" class="button-3d-wrapper">
<div class="button-3d">
<div class="button-face button-front">🏝️</div>
<div class="button-face button-back">💧</div>
</div>
<span class="oasis-text">Oasis</span>
</label>
</div>Oasis 3D Button
0 viewshard
Background:
Oasis 3D Button
1
2
3
4
5
6
7
8
9
10
<div class="oasis-3d-container">
<input type="checkbox" id="oasis-3d" class="hidden" />
<label for="oasis-3d" class="button-3d-wrapper">
<div class="button-3d">
<div class="button-face button-front">🏝️</div>
<div class="button-face button-back">💧</div>
</div>
<span class="oasis-text">Oasis</span>
</label>
</div>Was this helpful?
What is inside Oasis 3D Button
Oasis 3D Button is a CSS checkbox built with gradient fills, transforms, defined in 50 lines across 9 selectors.
20
CSS properties
9
Selectors
50
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsChecked stateFlexbox
CSS properties in this component
align-itemsbackface-visibilitybackgroundborderborder-radiuscolorcursordisplayfont-sizefont-weightgapheightinputjustify-contentperspectivepositiontransformtransform-styletransitionwidthAccessibility 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.