/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
##Device = 데스크탑
##Screen = 1281px 이상 해상도 데스크탑
*/
@media (min-width: 1281px) {
//CSS
}
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
##Device = 랩탑, 데스크탑
##Screen = 1025px에서 1280px 사이
*/
@media (min-width: 1025px) and (max-width: 1280px) {
//CSS
}
/*
##Device = Tablets, Ipads (portrait),
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(세로),
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) {
//CSS
}
/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(가로)
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
//CSS
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
##Device = 저해상도 태블릿, 모바일(가로)
##Screen = 481px에서 767px 사이
*/
@media (min-width: 481px) and (max-width: 767px) {
//CSS
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
##Device = 대부분의 스마트폰 모바일 기기(세로)
##Screen = 320px에서 479px 사이
*/
@media (min-width: 320px) and (max-width: 480px) {
//CSS
}
// ##출처: https://gist.github.com/gokulkrishh/242e68d1ee94ad05f488
##Device = Desktops
##Screen = 1281px to higher resolution desktops
##Device = 데스크탑
##Screen = 1281px 이상 해상도 데스크탑
*/
@media (min-width: 1281px) {
//CSS
}
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
##Device = 랩탑, 데스크탑
##Screen = 1025px에서 1280px 사이
*/
@media (min-width: 1025px) and (max-width: 1280px) {
//CSS
}
/*
##Device = Tablets, Ipads (portrait),
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(세로),
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) {
//CSS
}
/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(가로)
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
//CSS
}
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
##Device = 저해상도 태블릿, 모바일(가로)
##Screen = 481px에서 767px 사이
*/
@media (min-width: 481px) and (max-width: 767px) {
//CSS
}
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
##Device = 대부분의 스마트폰 모바일 기기(세로)
##Screen = 320px에서 479px 사이
*/
@media (min-width: 320px) and (max-width: 480px) {
//CSS
}
// ##출처: https://gist.github.com/gokulkrishh/242e68d1ee94ad05f488

0
Lv
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
공지 | [sendboard] sendboard 1.1 |
![]() |
2020.04.24 | 227 |
공지 | [sendcore] sendcore 1.2.0 |
![]() |
2020.04.08 | 314 |
12 | 다음 모듈 주소 검색 사용하기, 다음 주소 검색 모듈 에러 |
![]() | 2021.01.13 | 7 |
미디어 쿼리 |
![]() | 2020.04.24 | 64 | |
10 | XE 데이터 이전툴 버그 |
![]() | 2020.04.16 | 117 |
9 | [sendboard] sendboard 1.0 |
![]() | 2020.04.08 | 246 |
8 | XE 데이터 이전툴 (사용자 정의, 확장 변수) 데이터 이전 버그 픽스 |
![]() | 2020.04.03 | 122 |
7 | 가맹점 목록을 보여주는 지도 스킨 |
![]() | 2020.04.03 | 142 |
6 | 일일 접속자 수 카운터 위젯 ( 숫자가 카운트 됩니다) |
![]() | 2020.04.03 | 170 |
5 | 구글 캘린더 공유 하기 |
![]() | 2020.04.03 | 167 |
4 | 구글 캘린더 모듈 트리거 설정 |
![]() | 2020.04.03 | 159 |
3 | 구글 캘린더 API 설정 방법 |
![]() | 2020.04.03 | 806 |
2 | 구글 캘린더 1.2 |
![]() | 2020.04.03 | 148 |
1 | PG사 결제 모듈(아임포트) |
![]() | 2020.04.03 | 200 |
0개의 댓글