CSS Media Queries If Else

@media (min-width: 600px) and (max-width: 800px) {

/* your css code here  */
 /* html { background: red; } */
}
Garcia_Thomas