Add Resoluion Specific Media CSS

Add The follwing Code to Css file include the Class in that
you can change min & max width as per requirement.

@media screen and (min-width: 1100px) and (max-width:1300px)
{
         .abc
         {

          }
            #xyz
           {

            }
}

No comments:

Post a Comment