Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1.  
  2. .bgimg {
  3.     background-image: url(http://img08.deviantart.net/4c8b/i/2013/022/0/a/speedcubing_by_linkinkoowna-d5sbo58.jpg);
  4.     background-position: top center;
  5.     background-repeat: no-repeat;
  6.     background-attachment: fixed;
  7.     position: absolute;
  8.     top: 0;
  9.     width: 100%;
  10.     height: 750px;
  11.     z-index: -1;
  12.     opacity: 0.7;
  13. }
  14.  
  15. .bgimg-1 {
  16.     background-image: url(http://img08.deviantart.net/4c8b/i/2013/022/0/a/speedcubing_by_linkinkoowna-d5sbo58.jpg);
  17. }
  18. .bgimg-2 {
  19.     background-image: url(chuj.jpg);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement