Advertisement
Guest User

fashion gradient

a guest
Sep 19th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. background: rgb(191,0,80); /* Old browsers */
  2. background: -moz-linear-gradient(-45deg,  rgba(191,0,80,1) 0%, rgba(191,0,80,1) 50%, rgba(164,0,63,1) 51%, rgba(164,0,63,1) 100%); /* FF3.6+ */
  3. background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,0,80,1)), color-stop(50%,rgba(191,0,80,1)), color-stop(51%,rgba(164,0,63,1)), color-stop(100%,rgba(164,0,63,1))); /* Chrome,Safari4+ */
  4. background: -webkit-linear-gradient(-45deg,  rgba(191,0,80,1) 0%,rgba(191,0,80,1) 50%,rgba(164,0,63,1) 51%,rgba(164,0,63,1) 100%); /* Chrome10+,Safari5.1+ */
  5. background: -o-linear-gradient(-45deg,  rgba(191,0,80,1) 0%,rgba(191,0,80,1) 50%,rgba(164,0,63,1) 51%,rgba(164,0,63,1) 100%); /* Opera 11.10+ */
  6. background: -ms-linear-gradient(-45deg,  rgba(191,0,80,1) 0%,rgba(191,0,80,1) 50%,rgba(164,0,63,1) 51%,rgba(164,0,63,1) 100%); /* IE10+ */
  7. background: linear-gradient(135deg,  rgba(191,0,80,1) 0%,rgba(191,0,80,1) 50%,rgba(164,0,63,1) 51%,rgba(164,0,63,1) 100%); /* W3C */
  8. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0050', endColorstr='#a4003f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement