Return to Snippet

Revision: 51123
at September 15, 2011 03:00 by DeluxiveState


Initial Code
body {

background: url(image/foreground.png) repeat 5% 5%, url(image/midground.png) repeat 20% 20%, url(image/background.png) repeat 90% 110%;

}

Initial URL
http://css-tricks.com/610-3d-parralax-background-effect/

Initial Description
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.

Initial Title
Starry Night Parallax CSS Simplified

Initial Tags
css, simple, CSS3

Initial Language
CSS