Storm Gather Add
0 viewsmedium
Background:
1
2
3
4
5
6
<div class="storm_gather_add_input">
<div class="input-container">
<div class="input-background"></div>
<input type="text" class="styled-input" placeholder="Storm Gather Add..." />
</div>
</div>Storm Gather Add
0 viewsmedium
Background:
1
2
3
4
5
6
<div class="storm_gather_add_input">
<div class="input-container">
<div class="input-background"></div>
<input type="text" class="styled-input" placeholder="Storm Gather Add..." />
</div>
</div>Was this helpful?
What is inside Storm Gather Add
Storm Gather Add is a CSS button built with gradient fills, layered shadows, defined in 64 lines across 10 selectors.
18
CSS properties
10
Selectors
64
Lines of CSS
3
Formats
Techniques used
TransitionsGradientsShadowsHover stateFocus stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-colorborder-radiusbox-shadowcolorcursordisplayflexinsetmarginmax-widthoutlinepaddingpositiontransitionwidthAccessibility check
- Built on a native <input> element, so keyboard focus and screen reader semantics work without extra attributes.
- Defines a focus style for keyboard navigation.
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.