/ Published in: CSS
A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
body { background: url(image/foreground.png) repeat 5% 5%, url(image/midground.png) repeat 20% 20%, url(image/background.png) repeat 90% 110%; }
URL: http://css-tricks.com/610-3d-parralax-background-effect/