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 2,650건 19 페이지
  • RSS
기술자료 목록
2290
Linux   8074  2018-11-13 00:15 ~ 2018-11-15 05:37  
2289
그누보드   13647  2018-11-09 06:32 ~ 2023-01-13 08:44  
2288
그누보드   8390  2018-11-01 18:50 ~ 2019-08-18 16:14  
2287
영카트   9634  2018-10-31 05:44 ~ 2018-10-31 05:47  
2286
그누보드   9527  2018-10-30 15:47  
2285
그누보드   8974  2018-10-22 09:58 ~ 2019-01-18 14:42  
2284
HTML   7880  2018-10-14 01:19 ~ 2018-10-14 02:09  
2283
킴스큐   7940  2018-10-04 23:04  
2282
MySQL   9875  2018-10-03 02:29  
2281
MySQL   8489  2018-10-02 22:55 ~ 2018-10-02 22:58  
2280
PHP   12002  2018-09-30 15:07 ~ 2018-09-30 15:53  
2279
그누보드   12079  2018-09-27 23:56 ~ 2022-10-22 17:56  
2278
그누보드   9120  2018-09-27 22:01 ~ 2018-09-27 22:40  
2277
그누보드   13329  2018-09-22 01:04 ~ 2023-04-13 16:11  
2276
그누보드   8696  2018-09-21 19:28  
2275
그누보드   10553  2018-09-15 08:08 ~ 2022-04-21 03:02  
2274
전자결제   26607  2018-09-14 05:59 ~ 2020-09-08 23:29  
2273
전자결제   9507  2018-09-14 04:57 ~ 2018-09-14 04:58  
2272
전자결제   10241  2018-09-12 14:17 ~ 2019-03-21 17:04  
2271
일반   12944  2018-08-31 18:10 ~ 2018-09-14 20:50  

검색

해피정닷컴 정보

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

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