Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @media only screen and (orientation:portrait){
  2. html body * {
  3. display:none;
  4. }
  5.  
  6. }
  7. @media only screen and (orientation:landscape){
  8. /* your CSS */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement