multiple values in @media code example
Example: multiple values in @media
@media screen and (min-width: 601px) and (max-width: 1199px){
/*Code goes here*/
}
@media screen and (min-width: 601px) and (max-width: 1199px){
/*Code goes here*/
}