Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media query only for ipad

@media only screen and (min-width: 480px) and (max-width: 767px) {
 	body {
    background: #102fc3 !important;
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #media #query #ipad
ADD COMMENT
Topic
Name
1+5 =