Advertisement
Guest User

Untitled

a guest
May 27th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. .subpage-banner {
  2. width: 100%;
  3.  
  4. display: flex;
  5.  
  6. overflow: hidden;
  7. }
  8. .subpage-banner__image-1, .subpage-banner__image-2, {
  9. height: 190px;
  10.  
  11. position: relative;
  12. letter-spacing: 50px;
  13. z-index: 10;
  14.  
  15. display: inline-block;
  16. vertical-align: middle;
  17.  
  18. overflow: hidden;
  19. backface-visibility: hidden;
  20. transform:skew(-20deg,0);
  21.  
  22. border-right: 3px solid transparent;
  23.  
  24. img {
  25. }
  26. }
  27. .subpage-banner__image__inner {
  28. position: absolute;
  29. top: 0;
  30. bottom: 0;
  31. left: -18%;
  32. right: -18%;
  33.  
  34. transform: skew(20deg,0);
  35. }
  36.  
  37. .subpage-banner__image-1 {
  38. width: 30%;
  39.  
  40. margin-left: -34px;
  41. }
  42. .subpage-banner__image-2 {
  43. width: 25%;
  44. }
  45. .subpage-banner__txt {
  46. width: 45%;
  47. height: 190px;
  48.  
  49. position: relative;
  50. left: -40px;
  51. z-index: 20px;
  52.  
  53. display: inline-block;
  54. vertical-align: middle;
  55.  
  56. background-color: $blue;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement