@media (max-width: 485px) and (min-width: 320px){ body, html { background: url(../img/bg.jpg) no-repeat; width: 100%; height: 100%; overflow-y: hidden; overflow-x: hidden; } }
@media (max-width: 485px) and (min-width: 320px){ body, html { background: url(../img/bg.jpg) no-repeat; width: 100%; height: 100%; overflow-y: hidden; overflow-x: hidden; } }
Source: https://ru.stackoverflow.com/questions/602384/
All Articles