첨부파일 https://imweb.eond.com/coding/432283

https://naradesign.github.io/article/media-query.html 

https://developers.google.com/web/fundamentals/design-and-ux/responsive?hl=ko 

https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/ 

https://css-tricks.com/snippets/css/media-queries-for-standard-devices/




기기별 미디어쿼리 사이즈,모바일 디바이스별 사이즈

 

bee24032c5799a6c0f18052658dbe720_1464279 

Viewports


Desktop
1600x992px scaled down to scale(0.3181)
Laptop
1280x802px scaled down to scale(0.277)
Tablet
768x1024px scaled down to scale(0.219)
Mobile
320x480px scaled down to scale(0.219)

 

 

•1200px (which we also set as the max width)
•960px
•768px
•600px
•480px
•320px

 

 

 

/* 스마트폰 가로+세로 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
}
 
/* 스마트폰 가로 */
@media only screen and (min-width : 321px) {
}
 
/* 스마트폰 세로 */
@media only screen and (max-width : 320px) {
}
 
/* iPhone4와 같은 높은 크기 세로 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
 
/* iPhone4와 같은 높은 해상도 가로 */
@media only screen and (min-width : 640px) {
}
 
/* iPad 가로+세로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}
 
/* iPad 가로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
 
/* iPad 세로 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
 
/* 데스크탑 브라우저 가로 */
@media only screen and (min-width : 1224px) {
}
 
/* 큰 모니터 */
@media only screen and (min-width : 1824px) {
}


http://malza.com/bbs/board.php?bo_table=webskill_css&wr_id=80&sfl=wr_name&page=3&t=%EA%B8%B0%EA%B8%B0%EB%B3%84-%EB%AF%B8%EB%94%94%EC%96%B4%EC%BF%BC%EB%A6%AC-%EC%82%AC%EC%9D%B4%EC%A6%88%EB%AA%A8%EB%B0%94%EC%9D%BC-%EB%94%94%EB%B0%94%EC%9D%B4%EC%8A%A4%EB%B3%84-%EC%82%AC%EC%9D%B4%EC%A6%88 


첨부파일
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 235 articles in 7 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
115 [Script] 세로 슬라이드 메뉴 2012/12/13
114 [웹표준] HTML5의 모든 것 [1] 2010/12/02
113 [웹표준] 웹 표준, 대체 무슨책을 읽어야 합니까? (by 정찬명) 2010/12/01
112 [웹표준] 웹 표준은 무엇이며, 왜 사용해야 하나요? 2010/12/01
111 Show-Hide Layers 클릭한 걸 기억하는 (by 알릭) [1] [1] 2009/02/03
110 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 동철) 2009/02/23
109 [미분류] 특정도메인으로 접속시 원하는도메인으로 리다이렉트 시키기 2010/01/31
108 [DIV] 이미지 없이 CSS로 둥근 모서리 구현하기 [1] 2008/12/31
107 Show-Hide Layers(2) (by 태그매니아) 2009/02/10
106 [Script] 클릭하면 슬라이드되면서 펼쳐지는 사이드 메뉴 파일 2009/01/20
105 [Script] 옆에서 펼쳐지는 레이어 2009/01/20
104 [Script] 부드럽게 슬라이딩 되면서 펼쳐지는 메뉴 (세로, 사이드메뉴) [10] 2009/01/20
103 [Script] 레이어컨트롤 마우스오버 드롭다운 메뉴 [2] 2009/02/10
102 [Script] 마우스오버 드롭다운 메뉴 (알릭님 수정본) 2009/01/30
101 [Script] Show-Hide Layers (by 태그매니아) 파일 [3] 2009/01/20
100 [Script] Show-Hide Layers (by 신의키스) 파일 2009/01/19
99 반응 좋은 메뉴 스크립트 파일 [2] 2009/01/31
98 [HTML5] <hr> 2009/02/02
97 [UI] 글읽기 화면의 인터페이스 파일 2009/02/01
96 [UI] 네이버 홈 개편 [1] 2009/01/31

해시태그 디렉터리

오늘의 핫게시물