댓글 검색 목록

[bootstrap] 부트스트랩3 미디어 쿼리 breakpoints

페이지 정보

작성자 운영자 작성일 14-11-04 08:09 조회 4,871 댓글 0

/*==========  Mobile First Method  ==========*/

 

/* Custom, iPhone Retina */

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

 

}

 

/* Extra Small Devices, Phones */

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

 

}

 

/* Small Devices, Tablets */

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

 

}

 

/* Medium Devices, Desktops */

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

 

}

 

/* Large Devices, Wide Screens */

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

 

}

 

 

 

/*==========  Non-Mobile First Method  ==========*/

 

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px){

 

}

 

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px){

 

}

 

/* Small Devices, Tablets */

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

 

}

 

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px){

 

}

 

/* Custom, iPhone Retina */

@media only screen and (max-width : 320px){

 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.