Media Queries
@media screen and (max-width:620px){
/* —-use this CSS if screen bellow 620px —- */
}
@media screen and (max-width:300px){
/* —-use this CSS if screen bellow 300px —- */
}
Media Queries
@media screen and (max-width:620px){
/* —-use this CSS if screen bellow 620px —- */
}
@media screen and (max-width:300px){
/* —-use this CSS if screen bellow 300px —- */
}