EduardET

fix background image in safari browser

Dec 18th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body.safari:before {
  2.     content: "";
  3.     background-color: #352a1c;
  4.     background-image: url(http://www.cottonwoodbuilt.com/wp-content/uploads/2016/03/BackgroundImageShort.jpg);
  5.     background-position: center top;
  6.     background-size: auto;
  7.     background-repeat: no-repeat;
  8.     position: fixed;
  9.     top: 0;
  10.     left: 0;
  11.     width: 100%;
  12.     height: 100%;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment