Published
- 1 min read
move css background image
The solution for this is noted below
move css background image
Solution
background-image: url('w3css.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
Try other methods by searching on the site. That is if this doesn’t work