티스토리 뷰
728x90
반응형
device width : 414px
device height : 846px
해상도 1440 * 2960
CSS media query
@media only screen and (min-width: 414px) { /* Your Styles... */ }
- mobile only
@media only screen and (min-width: 414px) and (max-width: 767px) { /* Your Styles... */ }
- Retina styles
@media
only screen and (-webkit-min-device-pixel-ratio: 3.5),
only screen and ( min--moz-device-pixel-ratio: 3.5),
only screen and ( -o-min-device-pixel-ratio: 3.5/1),
only screen and ( min-device-pixel-ratio: 3.5),
only screen and ( min-resolution: 521dpi),
only screen and ( min-resolution: 3.5dppx) {
/* Retina styles here */
}
- Retina 2x
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
/* Retina styles here */
}
- Retina 3x
@media
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and ( min--moz-device-pixel-ratio: 3),
only screen and ( -o-min-device-pixel-ratio: 3/1),
only screen and ( min-device-pixel-ratio: 3),
only screen and ( min-resolution: 384dpi),
only screen and ( min-resolution: 3dppx) {
/* Retina styles here */
}
728x90
반응형
'Programming language > HTML & CSS' 카테고리의 다른 글
nth-child 잘쓰기 (0) | 2019.11.13 |
---|---|
반응형 표준 화면 해상도 (1) | 2019.03.12 |
뷰포트 정리 (0) | 2018.12.13 |
하위 엘리먼트 존재 유무 체크 css (0) | 2018.11.23 |
모바일 토글 스타일 버튼( switch button ) (0) | 2018.11.07 |
댓글
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- interceptors
- svg모션
- 반복문
- Vue3
- anime.js
- RefreshToken
- 내장요소
- Intrinsic
- for of 구문
- 아이콘 폰트 만들기
- react-router-dom
- CSS
- 태그
- git
- 자바스크립트
- git checkout -b
- svg 폰트
- React.StrictMode
- JsDoc
- cordova
- Aptana
- IntrinsicElements
- svg icon font
- 코도바
- Angular
- 앵귤러
- 리프래시토큰
- react
- vue-router
- icon font
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함