Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .contact {
  2. background: #0067AC;
  3. color: #fff;
  4. padding-top: 48px;
  5. margin-bottom: 0;
  6. position: relative;
  7. padding-top: 50px;
  8. -webkit-backface-visibility: hidden;
  9. }
  10.  
  11. .contact:before {
  12. background: #0067AC;
  13. content: "";
  14. font-size: 0px;
  15. line-height: 0;
  16. position: absolute;
  17. left: 0;
  18. top: -30px;
  19. height: 80px;
  20. width: 100%;
  21. -webkit-transform: skewY(-2deg);
  22. transform: skewY(-2deg);
  23. -webkit-transform: rotateZ(-2deg);
  24. padding: 2px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement