Flip Card

0 viewshard
Background:
Flip Card
1
2
3
4
5
6
7
8
<label class="flip-container6">
  <input type="checkbox" />
  <div class="flip-card6">
    <div class="flip-front6">☐</div>
    <div class="flip-back6">☑</div>
  </div>
  <span class="flip-label6">Flip Card</span>
</label>
Was this helpful?

What is inside Flip Card

Flip Card is a CSS checkbox built with transforms, defined in 52 lines across 9 selectors.

22
CSS properties
9
Selectors
52
Lines of CSS
3
Formats

Techniques used

TransitionsTransformsChecked stateFlexbox

CSS properties in this component

align-itemsbackface-visibilitybackgroundborderborder-radiuscolorcursordisplayfont-familyfont-sizefont-weightgapheightinputjustify-contentperspectivepositiontransformtransform-styletransitionuser-selectwidth

Accessibility 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.