기본 @media 사이즈
페이지 정보
작성자 서방님 댓글 0건 조회 386회 작성일 18-08-30 10:20본문
구분 | 설정 |
---|---|
PC | @media screen and (min-width: 920px) |
iPad 가로 / iPhone 7/6 Plus 세로 | @media screen and (max-width: 768px) |
iPhone 7/6 가로 | @media screen and (max-width: 667px) |
iPhone 5/SE 가로 | @media screen and (max-width: 568px) |
iPhone 7/6 Plus 세로 | @media screen and (max-width: 480px) |
iPhone 7/6 세로 | @media screen and (max-width: 375px) |
iPhone 5/SE/4이하 가로 | @media screen and (max-width: 320px) |
댓글목록
등록된 댓글이 없습니다.