CSS 미디어 쿼리의 해상도 처리 > 기술자료

본문 바로가기

사이트 내 전체검색

CSS 미디어 쿼리의 해상도 처리 > 기술자료

HTML CSS 미디어 쿼리의 해상도 처리

페이지 정보


본문

주로 사용하는 style
@media only screen
and (max-width : 320px) {

}

@media only screen
and (min-device-width : 321px)
and (max-device-width : 767px) {

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}

@media only screen
and (min-width : 1025px) {

}


그외 다양한 사이즈

<style>
/* Smartphones (portrait and landscape) */
@media only screen
and (min-device-width : 320px) {
/* Styles */
}

/* Smartphones (landscape) */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens  */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
</style>


관련자료
http://www.walterz.net/2017/07/25/jquery-미디어-쿼리-반응형-웹-개발/
http://blog.saltfactory.net/using-css-media-query-for-responsive-web/

댓글목록

등록된 댓글이 없습니다.


Total 200건 3 페이지
  • RSS
기술자료 목록
160
HTML   16546  2017-09-28 12:23 ~ 2019-10-10 23:30  
159
HTML   32017  2017-09-18 23:09  
158
HTML   28844  2017-09-05 04:39  
157
HTML   12309  2017-07-27 11:39  
156
HTML   12944  2017-07-10 14:33  
155
HTML   35038  2017-04-19 21:50  
154
HTML   11688  2017-04-18 11:48  
153
HTML   11155  2016-12-06 02:42  
152
HTML   12326  2016-11-24 16:58  
151
HTML   9633  2016-11-15 03:17 ~ 2016-12-27 00:00  
150
HTML   14616  2016-10-06 11:49  
149
HTML   14764  2016-09-09 00:58 ~ 2016-09-20 00:00  
148
HTML   16014  2016-09-03 18:38  
147
HTML   15959  2016-08-10 16:38  
146
HTML   13645  2016-08-09 14:29  
145
HTML   18836  2016-08-09 11:33  
144
HTML   19493  2016-08-09 00:33  
143
HTML   14500  2016-08-09 00:29 ~ 2017-04-14 00:00  
142
HTML   14479  2016-08-06 17:41 ~ 2018-08-01 07:10  
141
HTML   18319  2016-02-21 06:31  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2026 해피정닷컴. All Rights Reserved.