@media else css code example
Example: css media queries if else
@media (min-width: 600px) and (max-width: 800px) {
/* your css code here */
/* html { background: red; } */
}
@media (min-width: 600px) and (max-width: 800px) {
/* your css code here */
/* html { background: red; } */
}