Himas Rafeek
Posted on: 2 years ago
CSS

Starry Night Parallax CSS Simplified

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.


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