Advertisement
Guest User

Untitled

a guest
Oct 17th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. body {
  2. background: #eb01a5;
  3. background-image: url(../images/banner.jpg);
  4. background-image: url(../images/banner.jpg), linear-gradient(#eb01a5, #d13531);
  5. background-size: cover;
  6. background-repeat: no-repeat;
  7. overflow: hidden;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement