Advertisement
danine1

Background image nice css

Aug 28th, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. #showcase {
  2.   background: url(../assets/business-2717066_1920.jpg) no-repeat center center
  3.     fixed;
  4.   padding: 2px 0;
  5.   -webkit-background-size: cover;
  6.   -moz-background-size: cover;
  7.   -o-background-size: cover;
  8.   background-size: cover;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement