css 일반적인 Media query
관련링크
본문
/*Mobile in Portrait Mode*/
@media (max-width 320px){
}
/*Mobile in Landscape Mode*/
@media (max-width 321px) and (max-width: 480px){
}
/*Tablet*/
@media (max-width 768px) and (max-width: 1024px){
}
/*Desktops and Laptops*/
@media (min-width: 1224px){
}
/*Very Large Screen Devices*/
@media (min-width 1824px){
}
페이지 정보
[ 조회 100회 ] 작성일18-01-23 23:18