Repeating background

Solved
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.

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

1 answer

  1. carnaring Posted messages 64 Status Member 6
     
    Problem solved but I can't mark it as resolved XD
    0