CSS -media queries for min and max

0 votes
316 views
added Aug 23, 2018 in CSS by LC Marshal Captain (25,790 points)
@media only screen and (max-width: 600px) and (min-width: 400px) {
    ...
}

 

1 Response

0 votes
responded Aug 24, 2018 by LC Marshal Captain (25,790 points)
@media (max-width:767px){
    padding: 20px 0 0;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...