Published
- 1 min read
background image css stack overflow
The solution for this is noted below
background image css stack overflow
Solution
body {
background-image: url('../images/background.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
Try other methods by searching on the site. That is if this doesn’t work