Guest User

Untitled

a guest
Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. html {
  2. background: #000 url(/images/background.jpg) no-repeat;
  3. -webkit-user-select: none;
  4. }
  5.  
  6. @media only screen and (orientation:landscape) {
  7. html {
  8. background-position-y: -129px;
  9. }
  10. }
  11.  
  12. @media only screen and (orientation:portrait) {
  13. html {
  14. background-position-x: -128px;
  15. }
  16. }
Add Comment
Please, Sign In to add comment