Rainbow Glow
0 viewshard
Background:
1
2
3
4
5
<label class="container1">
<input type="checkbox" />
<div class="checkmark1"></div>
<span class="label1">Rainbow Glow</span>
</label>Rainbow Glow
0 viewshard
Background:
Rainbow Glow
1
2
3
4
5
<label class="container1">
<input type="checkbox" />
<div class="checkmark1"></div>
<span class="label1">Rainbow Glow</span>
</label>Was this helpful?
What is inside Rainbow Glow
Rainbow Glow is a CSS checkbox built with transforms, layered shadows, defined in 61 lines across 9 selectors.
24
CSS properties
9
Selectors
61
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsShadowsChecked stateFlexboxCustom properties
CSS properties in this component
align-itemsbackgroundborderborder-radiusborder-widthbox-shadowcolorcontentcursordisplayfont-familyfont-sizefont-weightgapheightinputleftopacitypositiontoptransformtransitionuser-selectwidthAccessibility check1 to fix
- Built on a native <label> 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.