CSS Image Stack Cycleexternal link

An exceptionally complex image slider/stack UI component, fully implemented via CSS custom properties and CSS Houdini to allow the animation of abstract numerical values; the system uses complex mathematics to control the 3D stacking order, the “fly-out” effect, and random rotation, creating a looping, cascading stack with smooth transitions.

Shuffling Effect in Pure CSSexternal link

Efficient layout using CSS Grid to stack cards on top of each other, with dynamic layer control via z-index and the :has() selector to determine the position of the next element; the image animation includes movement and straightening of the rotation upon selection.

Butterflies (CSS Cards)external link

A butterfly selector built with the radio‑button hack — hidden inputs control a circular menu rotation via :has() and CSS custom properties. Items are positioned around the circle using trigonometric‑like calculations with calc(). Content fades in with staggered transitions; navigation buttons are enabled/disabled based on selection.

Movie Card: Pulp Fiction

Movie Card: Pulp Fiction

A well-structured and responsive movie card where the layout is built using a combination of Flexbox and CSS Grid. All visuals - colors, shadows, spacing - are controlled via CSS Custom Properties, and the composition smoothly changes from a vertical to a horizontal layout via a media query.

See the Pen Movie Card: Pulp Fiction.

Frosted Glass Card

Frosted Glass Cardexternal link

A premium Glassmorphism credit card design featuring a realistic frosted glass effect via backdrop-filter and gradient text clipping. This snippet utilizes CSS variables and mask-image for subtle border highlights.

Card Carousel (Hover Over Card to Pause Scroll)external link

A pure‑CSS marquee carousel — each card is absolutely positioned and animated with translateX. Animation delays are calculated per item based on its index, creating a seamless loop. Masking fades edges, light-dark() handles theme colors, and the layout uses subgrid for vertical alignment. No JavaScript.

3D CSS Grid Exploding Stack

3D CSS Grid Exploding Stack

A unique layered UI experiment featuring reactive control over 3D rotations and translations via JS configuration, plus the modern View Transition API for seamless light/dark theme switching.

See the Pen 3D CSS Grid Exploding Stack.

Stacked Poetic Cardsexternal link

A dynamic card carousel/stack technically driven entirely by CSS custom properties and the :has() selector; interactivity is achieved via the “Radio Button Hack” (hidden input[type="radio"]), where selecting one card recalculates variables for all others, creating a smooth 3D transformation effect and dynamic stacking order; a decorative dotted background and a responsive grid layout complement the functionality.

Animated Gallery Thumbnailsexternal link

A stylish card that rests as a diagonal fragment and smoothly “straightens” into a full rectangular image on hover, shifting the text downwards.

#1139 - Testimonial Card with Image

#1139 - Testimonial Card with Imageexternal link

A speech-bubble style testimonial card constructed using absolute positioning for layout layering.

#1157 - Testimonial Card with Profile Image

#1157 - Testimonial Card with Profile Imageexternal link

A conversational testimonial card styled as a speech bubble, leveraging the CSS border hack to generate the geometric pointer.

Fancy Bannersexternal link

A stylish “hipster” image card featuring a lifted paper effect created with rotated pseudo-elements and shadows.

Color Palette

Color Palette

A responsive Flexbox grid featuring interactive cards that combine smooth transition and a @keyframes animation on hover. The implementation focuses on performance - using will-change - and styling flexibility through SASS variables and currentColor.

See the Pen Color Palette.

Adaptive Frosted Glass

Adaptive Frosted Glassexternal link

A robust Adaptive Glass snippet that respects user system preferences for Dark Mode and reduced transparency. It features proper CSS fallbacks for browsers lacking backdrop-filter support, ensuring a fully accessible and responsive UI design across all platforms.