Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. body.background {
  2. background-image: url(example.com);
  3. background-position: center center;
  4. background-repeat: no-repeat;
  5. background-size: cover;
  6. }
  7.  
  8. <body class="background">
  9.  
  10. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement