Repeating background
Solved
carnaring
Posted messages
64
Status
Member
-
carnaring Posted messages 64 Status Member -
carnaring Posted messages 64 Status Member -
Hello,
I'm currently working on making my site responsive, but I just noticed that when I increase the window size to switch from mobile to tablet interface, the image I set as a background on the homepage repeats. I tried using this CSS code, but nothing seems to work.
I hope you can help me, have a nice day
Configuration: Windows / Chrome 80.0.3987.149
I'm currently working on making my site responsive, but I just noticed that when I increase the window size to switch from mobile to tablet interface, the image I set as a background on the homepage repeats. I tried using this CSS code, but nothing seems to work.
body
{
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
I hope you can help me, have a nice day
Configuration: Windows / Chrome 80.0.3987.149