@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*/
0 comments:
Post a Comment