Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @media all and (device-width: 768px) and (device-height: 1024px)
  2. and (orientation:portrait) {
  3. /* css for ipad portrait */
  4. }
  5. @media all and (device-width: 768px) and (device-height: 1024px)
  6. and (orientation:landscape) {
  7. /* css for ipad landscape */
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement