Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- windows
- ASP
- Linux
- PHP
- install
- HTML
- protocol
- Godot3
- javascript
- API
- Android
- 구글
- HTTP
- CSS
- error
- nodejs
- 우분투
- Python
- php7
- java
- Guide
- node
- mysql
- HaProxy
- Godot
- 리눅스
- ubuntu
- JS
- Eclipse
- Today
- 151
- Total
- 1,199,054
안정적인 DNS서비스 DNSEver
Blue Breeze
iphone css media-query 본문
/* iPhone < 5: */ @media screen and (device-aspect-ratio: 2/3) { } /* iPhone 5: */ @media screen and (device-aspect-ratio: 40/71) { } /* iPhone 6: */ @media screen and (device-aspect-ratio: 375/667) { } /* iPhone 6 Plus: */ @media screen and (device-aspect-ratio: 16/9) { } /* iPad: */ @media screen and (device-aspect-ratio: 3/4) { }
'FrontEnd > CSS' 카테고리의 다른 글
iphone css media-query (0) | 2018.04.17 |
---|---|
bootstrap dl-horizontal (0) | 2016.08.11 |
부트스트랩 +iconmoon (0) | 2015.07.06 |
Div, Text 중앙, 가운데 정렬 (0) | 2015.04.10 |
css hack (0) | 2014.03.04 |
CSS odd & even rules (0) | 2010.08.11 |
0 Comments