티스토리 뷰
/* Media Query for Mobile Devices */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
}
/* Media Query for 320px — 480px: Mobile devices */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/* Media Query for 481px — 768px: iPads, Tablets */
@media only screen and (min-width: 481px) and (max-width: 768px) {
}
/* Media Query for 769px — 1024px: Small screens, laptops */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
}
/* Media Query for 1025px — 1200px: Desktops, large screens */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}
/* Media Query for 1201px and more — Extra large screens, TV */
@media only screen and (min-width: 1201px) {
}
'웹프로그래밍 > css' 카테고리의 다른 글
IE 10 이상 브라우저 미디어 쿼리 이용한 CSS Style 적용 (0) | 2021.12.28 |
---|---|
mobile chrome 에서 img width < 110px 자동 흐릿 blerry 처리 막기 (0) | 2016.05.02 |
Parallax (시차) 배경 (0) | 2015.07.19 |
pseudo-class :after로 전체 덮는 레이어 장막 만들기 (0) | 2015.01.15 |
CSS 구조 개선 방법론 (0) | 2014.12.16 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
TAG
- IOS
- classic asp
- git
- ASP
- 한글
- 안드로이드
- sencha touch
- laravel
- centos
- iis
- 워드프레스
- Android
- Docker
- iphone
- nodejs
- CSS
- nginx
- mssql
- Linux
- Prototype
- Wordpress
- javascript
- Debug
- Chrome
- API
- IE
- JSON
- PHP
- Mac
- JQuery
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함