between two screen sizes with css media queries code example
Example: how to combine two screen sizes in media queries css
@media (min-width: 30em) and (max-width: 50em) { ... }
@media (min-width: 30em) and (max-width: 50em) { ... }