Guest User

Untitled

a guest
Oct 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @media screen and (orientation:portrait) {
  2. #land{display:none;}
  3. #port{width:320px; margin: 20px auto;}
  4. }
  5.  
  6. @media screen and (orientation:landscape) {
  7. #port{display:none;}
  8. #land{width:90%; margin: 20px 5%;}
  9. }
Add Comment
Please, Sign In to add comment