🧠 Description
This project is a pure HTML + CSS interactive 3D year transition that visually transforms 2025 → 2026 on hover.
It uses CSS perspective, 3D transforms, pseudo-elements, and hover choreography to create a tactile flip-card illusion — without JavaScript.
The animation feels:
- Physical 🧱
- Cinematic 🎥
- Playful ✨
Perfect for:
- New Year landing pages
- Hero animations
- Creative portfolios
- CSS experiments
✨ Key Features
- 🎯 Pure HTML & CSS (no JavaScript)
- 🧊 3D perspective & depth illusion
- 🔄 Digit morphing using
::after&::before - 🖱️ Hover-triggered choreography
- 💥 Bounce micro-interaction
- 🌑 Full background takeover using
:has()
🧱 HTML Structure
Core Markup
HTML Breakdown
<ul> → Container acting as a 3D stage
<li> → Each digit as an independent 3D card
No wrappers, no scripts — minimal & semantic
🎨 CSS – Visual Design & Layout
Base Styling
Dark cinematic background
Smooth transitions for full-scene effects
Google Sans for modern typography
