Advertisement
kalovski

Untitled

Nov 13th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .block{
  2. height: 400px;
  3. width: 100%;
  4. position: relative;
  5. background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  6. }
  7. .block::after{
  8. content: '';
  9. width: 100%;
  10. height: 100%;
  11. position: absolute;
  12. background: inherit;
  13. z-index: -1;
  14. bottom: 0;
  15. transform-origin: left bottom;
  16. transform: skewY(3deg);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement