Skip to content

Files

Latest commit

 

History

History
14 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 545 Bytes

CSS only solar system

A solar system experiment with CSS only, no JS. Use CSS animations Try it at https://sblondeau.github.io/css-solar-system/

each planet have 6 CSS variables to modify

--image: url('earth.jpg');  // texture of planet
--planet-size: 30px;        // planet size (diameter)
--ellipse-duration: 25s;    // duration of rotation around the sun
--rotation-speed: 5s;       // duration of revolution
--distance: 350px;          // distance from sun
--ellipse-rotation:-30deg;  // inclination of ellipse