@media (max-width: 1000px) { html { background: green; } } @media (max-width: 500px) { html { background: red; } }