Answers for "background image should scroll"

CSS
0

background image should scroll

body
{

  background-image: url("img_tree.png");

  background-repeat: no-repeat;

  background-position: right top;

    background-attachment: scroll;
}
Posted by: Guest on September-27-2021

Code answers related to "background image should scroll"

Browse Popular Code Answers by Language