A pure CSS-only interactive Solar System visualization (no JavaScript required)
An interactive CSS-only representation of our Solar System.
All planet animations, trajectories, and UI interactions are powered purely by HTML and CSS, without any JavaScript.
This project aims to demonstrate the creative and technical potential of modern CSS — from complex layouts to smooth 3D-like transformations.
- Fully interactive planet selection (no JavaScript!)
- Individual panels and detailed descriptions for each planet
- 3D-style rotation and perspective effects
- Pure CSS animations and transitions
- Educational and visually appealing presentation
- Font Awesome icons for styling
This repository keeps the original, uncompressed version of the CSS code.
It is intentionally not simplified, to let developers explore and understand the full complexity of the project.
If you wish to:
- Simplify or modularize the CSS
- Add responsiveness or performance optimizations
→ You are encouraged to fork and modify the project as you like!
- Clone or download the repository:
git clone https://github.com/evrimsvn/solar-system-explorer.git cd solar-system-explorer
