Answer the question
In order to leave comments, you need to log in
How to adapt the background of the site to mobile?
Hello, I installed a static background on the site:
body {
margin: 150px 0 0;
background-image: url("https://sun9-11.userapi.com/impg/8f4DsGx6js8z7u1wYrks3qiQaNwJMdRPw1Jd4Q/DThGSmeJy9Q.jpg?size=1920x1080&quality=96&sign=ae91032ec6eda7732b8bb8ccd7c08d3f&type=album");
background-repeat: no-repeat;
background-attachment: fixed;
background:size: cover;
}
Answer the question
In order to leave comments, you need to log in
Focus on the right side of the image:
{
...
background-position: 100% 0;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question