Guest User

Untitled

a guest
Oct 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. .bg {
  2. background-image: url("http://bagrattam.com/sss/website/images/other/paint.png");
  3. background-repeat: no-repeat;
  4. background-size: cover;
  5. position: absolute;
  6. top: -50%;
  7. left: -10%;
  8. right: -10%;
  9. height: 170%;
  10. z-index: -1;
  11. transform: rotate(-10deg);
  12. }
  13.  
  14. .bg {
  15. background-image: url(http://bagrattam.com/website/images/other/paint.png);
  16. background-repeat: no-repeat;
  17. background-size: cover;
  18. position: absolute;
  19. top: -50%;
  20. left: -10%;
  21. right: -10%;
  22. height: 225%;
  23. z-index: -1;
  24. transform: rotate(0deg);
  25. }
  26.  
  27. .bg:after {
  28. content: "";
  29. font-size: 200px;
  30. background: #ffffff;
  31. display: block;
  32. position: absolute;
  33. height: 500px;
  34. left: 0;
  35. right: 0;
  36. bottom: -350px;
  37. transform: rotate(-8deg);
  38. }
  39.  
  40. .bg:before {
  41. content: "";
  42. position: absolute;
  43. top: -50%;
  44. left: -10%;
  45. right: -10%;
  46. height: 170%;
  47. z-index: -1;
  48. background: url(http://bagrattam.com/website/images/other/paint.png') 0 0 repeat;
  49. -webkit-transform: rotate(-10deg);
  50. -moz-transform: rotate(-10deg);
  51. -ms-transform: rotate(-10deg);
  52. -o-transform: rotate(-10deg);
  53. transform: rotate(-10deg);
  54. }
Add Comment
Please, Sign In to add comment