An interactive 3D card that performs skateboarding tricks like a Kickflip when interacted with.

SlowMo Mullen Card Trick

An interactive 3D simulation of skateboarding tricks (Kickflip, Impossible, etc.) performed by a rotating card via CSS transforms and JavaScript.

See the Pen SlowMo Mullen Card Trick.

Hot & Cold Swap Card

Hot & Cold Swap Card

An advanced UI component demonstrating pure CSS capabilities to create a complex 3D flip effect, with the added use of animated SVG strokes and CSS variables for an instant change of color scheme and media content.

See the Pen Hot & Cold Swap Card.

3D Flip Card

3D Flip Card

A practical approach where a spectacular 3D flip is implemented in pure CSS, complemented by a small jQuery script for dynamically substituting background images from data-image attributes.

See the Pen 3D Flip Card.

3D Flipping Cards

3D Flipping Cards

A classic 3D card flip on :hover within a perspective container, plus an elegant solution for auto-numbering items using CSS counters.

See the Pen 3D Flipping Cards.

Ampersand Flash Card

A flip card built with CSS 3D transforms. The front displays only a symbol, blended with the background using mix-blend-mode. The back holds descriptive text, revealed through a 180‑degree rotation.

Flipping Card

A flip card with a separate rotating control. The card rotates 180 degrees on click, revealing detailed information and a call‑to‑action on the reverse.

Element Card Group Element

A set of interactive cards using CSS 3D transforms. On hover, each card tilts slightly. On click, it expands and flips 180 degrees, revealing detailed information on the reverse.

Parallax Card

A 3D flip card that transitions between a personal profile and a contact form. On hover, the container rotates 180 degrees, revealing the reverse side. The interaction is a single, direct transformation — no extraneous effects.

Parallax Flipping Cards

A set of flipping cards arranged in a responsive grid. Each card rotates 180 degrees on hover, swapping a front image and label for a detailed description on the reverse.

3D Product Cards

A product card that flips on click to reveal detailed specifications and a call‑to‑action. The front presents an image and a short description; the back lists features, reviews, and a button. A hover‑triggered shadow adds depth.

A grid of flip cards. Each card rotates 180 degrees on hover, revealing a call‑to‑action button with its own 3D press effect. The front uses a gradient overlay for readability; the back centers content with a button that simulates depth via a pseudo‑element.

Pure CSS Flip Cards

A flip card built with CSS 3D transforms. On hover, the card rotates horizontally or vertically, swapping the front image for a descriptive back. The interaction uses a cubic‑bezier curve for a snappy, mechanical motion.

CSS 3D Flip Cards

A family of flip cards built with CSS 3D transforms. Each card rotates along a different axis on hover — horizontal, vertical, or diagonal — revealing a back panel. The direction is controlled by a single class, and the animation uses a consistent ease-in-out timing.

A spectacular 3D card flip on click, implemented through a combination of jQuery’s toggleClass and CSS transforms - the animation is enhanced with hover effects and a delayed content reveal on the back using transition-delay, while backface-visibility: hidden ensures a clean execution.

CSS3 Business Card

CSS3 Business Card

A demonstration of SCSS power, where a 3D card flip on hover is combined with the procedural generation of a “long shadow” via a @function and @for loop, while a custom @keyframes animation adds a wobble effect to the button.

See the Pen CSS3 Business Card.