Grid of responsive article cards featuring a dynamic drop shadow effect generated by duplicating and blurring the card's background image.

Dynamic Image Drop Shadow Cards

A responsive grid of article cards showcasing a dynamic, color-matched drop shadow effect. Built entirely with HTML and SCSS, the trick involves duplicating the card’s background image into a lower z-index container, shifting it downwards, and applying a heavy CSS filter: blur(). This creates a soft, glowing shadow that perfectly matches the hues of the original photograph.

Technologies:
HTML CSS/SCSS
Difficulty:Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 57+ Edge Edge 16+ Firefox Firefox 52+ Safari Safari 10.1+
Features:
Dynamic Image ShadowCSS Grid LayoutHover Scaling
License: MIT
Three translucent tumbling 3D cubes on a grid floor with dynamic shadows using pure CSS

Tumbling 3D Cubes Animation

This is a Tumbling 3D Cubes Animation. It visualizes three interconnected, translucent cubes endlessly rolling across a grid floor in a synchronized sequence. Its function is to demonstrate complex spatial geometry and continuous kinetic motion using exclusively DOM nodes and stylesheets, replacing heavy WebGL libraries with pure CSS mathematics.

Technologies:
HTML SCSS
Difficulty:Advanced
Browser Support (as of Feb 2026):
Chrome Chrome 36+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
Nested TransformsStaggered AnimationDynamic Shadow
Code by: Amit Sheen Amit Sheen
License: MIT

See the Pen Tumbling 3D Cubes Animation.