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

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