
How to make background fixed while scrolling example
How to make background fixed while scrolling example in css
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
How to make background fixed while scrolling example in css
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
Share URL: how-to-make-background-fixed-while-scrolling-example