Guest User

Untitled

a guest
Mar 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 1. Responsive full-screen background image
  2.  
  3.  
  4. ```
  5. body {
  6. background-image: url('background.png');
  7. background-size: cover;
  8. background-position: center center;
  9. background-repeat: no-repeat;
  10. background-attachment: fixed;
  11. }
  12.  
  13. ```
  14.  
  15.  
  16. example in [code open]()
Add Comment
Please, Sign In to add comment