- iPad - 1024 x 768
- LG Pad - 1280 x 768
- Galaxy Tab - 1280 x 800
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
Harwinderpal singh
Country INDIA
City Chandigarh
Posted On 26/06/2012
4
Other Pages
- bridgemanart.com
- for mockup wireframe software
- usefull links dlt
- dlt it
- pop up goes away on click other part
- Scroll to Anchors With jQuery
- make common height to all divs
- connect
- if condition on click (jquery)
- input onclick text goes away code
- How to make shapes with css3
- @ media css for responsive design
- Rotating divs with css
- @ media screen for all devices
- jquery dropdown
- css according to screen
- Browser selecter java script
- online jquery path address
- how to onclick text remove in input
- css inner drop shadow code
- css font face code
- css opacity in all browsers
- css border radius
- how to make drop down css
- css specificing points
- css hack for all browsers