anandisrocking007
1/7/2018 - 5:40 PM

03) MEDIAQUERIES TEMPLATE

  1. MEDIAQUERIES TEMPLATE
/*Note:-  .cont {max-width: 100%;}   */

/*================================================================Mobile Small==================================================*/

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


/*================================================================Mobile Medium==================================================*/

@media only screen and (min-width:321px) and (max-width:375px) {
    
    
    
}


/*================================================================Mobile Large==================================================*/

@media only screen and (min-width:376px) and (max-width:425px) {
    
    
    
}


/*================================================================Tablet==================================================*/

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


/*================================================================Laptop==================================================*/

@media only screen and (min-width:769px) and (max-width:1024px) {
    
    
    
}


/*================================================================Desktop==================================================*/

@media only screen and (min-width:1025px) {
    
    
    
}