Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <div id="logo">Test</div>
  2.  
  3. #logo {
  4. background-image: url("bg.png");
  5. background-position: center center;
  6. background-repeat: no-repeat;
  7. background-attachment: fixed;
  8. background-size: cover;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement