Different media querry


@media (min-width: 1281px) {
 
  /*CSS For this device*/
 
}
@media (min-width: 1025px) and (max-width: 1280px) {
 
  /*CSS For this device*/
 
}
@media (min-width: 768px) and (max-width: 1024px) {
 
  /*CSS For this device*/
 
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
  /*CSS For this device*/
 
}
@media (min-width: 481px) and (max-width: 767px) {
 
  /*CSS For this device*/
 
}
@media (min-width: 320px) and (max-width: 480px) {
 
  /*CSS For this device*/
 
SHARE

About rush

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment