Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div>
  2. <div class="item1 item active">
  3.  
  4. </div>
  5. <div class="item2 item">
  6.  
  7. </div>
  8. <div class="item3 item">
  9.  
  10. </div>
  11. <div class="item4 item">
  12.  
  13. </div>
  14. </div>
  15. .item1{
  16. height:370px;
  17. width:100%;
  18. background-image: url('res/images/publi/1.png');
  19. }
  20. .item2{
  21. height:370px;
  22. width:100%;
  23. background-image: url('res/images/publi/2.png');
  24. }
  25. .item3{
  26. height:370px;
  27. width:100%;
  28. background-image: url('res/images/publi/3.png');
  29. }
  30. .item4{
  31. height:370px;
  32. width:100%;
  33. background-image: url('res/images/publi/4.png');
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement