Dissolving Image Edges

Dissolving Image Edges

Creating a “grainy” edge effect for a circular image using SVG filters. The effect is achieved through a complex combination of feGaussianBlur and feTurbulence primitives with multiple feComposite operations to control the alpha channel.

See the Pen Dissolving Image Edges.

Multi-Card Spotlight Effect

Multi-Card Spotlight Effect

An interactive 3D card effect where JavaScript tracks pointermove, calculates the relative cursor position, and passes it to --ratio-x and --ratio-y CSS variables, while CSS uses calc() to drive rotateX and rotateY.

See the Pen Multi-Card Spotlight Effect.

Realistic MPK Mini MIDI Controller in Pure CSS

Realistic MPK Mini MIDI Controller in Pure CSS

Pure CSS skeuomorphism in action - a complete replica of a MIDI controller where every knob, pad, and key is drawn by layering dozens of gradients and shadows.

Stacked Poetic Cards

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.

See the Pen Stacked Poetic Cards.

Upload UI

Upload UI

An adaptive UI component of cards for different states (loading, success, error), built on a scalable SCSS architecture. Color schemes are managed by variables, a custom @mixin handles the adaptive Flexbox layout via media queries, and a radial-gradient creates the glow effect.

See the Pen Upload UI.

Cosmic 404 Page

Cosmic 404 Page

A modern, atmospheric interface that transforms a standard error into a pleasant visual experience, where content gently floats above a deep, iridescent cosmic background.

See the Pen Cosmic 404 Page.

iPhone 14

iPhone 14

A minimalist gallery showcasing iPhone 14 wallpaper concepts, crafted entirely in CSS. Each “phone” mockup uses a split-screen design with multi-stop radial gradients and CSS custom properties to generate vibrant, glowing orb-like backgrounds.

See the Pen iPhone 14.

Weather Widget

Weather Widget

A vivid weather widget styled with complex CSS radial gradients to mimic a sky backdrop. Classic float-based layout structures the content, while @keyframes bring life to FontAwesome icons, animating the sun’s rotation and the clouds’ drifting motion."

See the Pen Weather Widget.

Eclipse Badge

An “eclipse” or running glint effect implemented in pure CSS. The @keyframes eclipse animation infinitely moves a white div from one edge to the other using transform: translateX, creating the illusion of a moving light source.

See the Pen Eclipse Badge.