Search
 
SCRIPT & CODE EXAMPLE
 

CSS

all ipad Resolutio css

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ipad-portrait { color: red; } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } /* your css rules for ipad landscape */
}
Comment

PREVIOUS NEXT
Code Example
Css :: reset id sequence postgres 
Css :: center item 
Css :: line spacing css 
Css :: html list over three columns 
Css :: To make card box appear more bigger when hover 
Css :: css hollow circle 
Css :: Hide scroll bar, but while still being able to scroll 
Css :: how to remove bullets from ul 
Css :: how to add text stroke in css 
Css :: how to center table text in html 
Css :: text shadow 
Css :: how to middle fixed element 
Css :: center a spinner css 
Css :: background fixed 
Css :: Scroll background still 
Css :: css vertical align center 
Css :: margin not working on inline elements 
Css :: the difference between nth-child() and nth-of-type() 
Css :: place image on top right inside flex css 
Css :: create a animation name in css 
Css :: ignore br css 
Css :: css percent scale checkbox 
Css :: inline text and image 
Css :: how to add outline to text in css 
Css :: javafx set border outside 
Css :: cssnano 
Css :: css change the button text value 
Css :: how to set text to middle in div 
Css :: center css 
Css :: arrow left css 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =