Media Query

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 420px) {
    
}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 1200px) {

}

 

Leave a Reply

Your email address will not be published. Required fields are marked *