@media all and (orientation:portrait) {
#for portrait style codes..@media all and (orientation:landscape) {
#for portrait style codes..@-ms-viewport {
/*ie10 윈도우8 기기전용 반응형 디자인 적용*/
width: device-width;
}
@viewport {
width: device-width;
}
@media screen and (max-width: 400px) {
/* 최고400px 까지*/
}
@media screen and (min-width: 400px) {
/*최소400px 까지 */
@media screen and (min-width: 400px) and (max-width:600px) { /*400px 600px 안에 적용 */
[출처] 미디어쿼리(media query) 분기 설정|작성자 killPass
[출처] 미디어쿼리(media queries) 문법정리|작성자 SniperM
css(css3) box-sizing (0) | 2015.04.15 |
---|---|
list-style color 지정 (0) | 2015.03.03 |
가상 선택자 (0) | 2014.06.12 |
css nav 만드는법 (0) | 2013.11.26 |
resize (0) | 2013.11.12 |
댓글 영역