Advertisement
xpeed

carrental red black css

Oct 27th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. #teaser {
  2.  
  3.   background-color: #303131;
  4.   background: linear-gradient(to bottom, #303131 0%, #4d4f4f 50%, #303131 100%);
  5.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
  6. }
  7. #teaser .reservation-form-shadow {
  8.   background-color: #fff;
  9.   box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
  10. }
  11.  
  12. .arrow-down {
  13.     border-left: 37px solid transparent;
  14.     border-right: 37px solid transparent;
  15.     border-top: 37px solid #303131;
  16.     margin: 0 auto;
  17. }
  18. #newsletter .subtitle, #teaser .subtitle {
  19.     color: #dbdbdb;
  20. }
  21.  
  22. .contact .contact-info .highlight {
  23.     color: #c61334;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement