Advertisement
AmourSpirit

gradient css test

Feb 13th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+50,8f0222+100,6d0019+100&0+0,1+50,1+100,0+100 */
  2. background: -moz-linear-gradient(left, rgba(169,3,41,0) 0%, rgba(143,2,34,1) 50%, rgba(109,0,25,0) 100%); /* FF3.6-15 */
  3. background: -webkit-linear-gradient(left, rgba(169,3,41,0) 0%,rgba(143,2,34,1) 50%,rgba(109,0,25,0) 100%); /* Chrome10-25,Safari5.1-6 */
  4. background: linear-gradient(to right, rgba(169,3,41,0) 0%,rgba(143,2,34,1) 50%,rgba(109,0,25,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  5. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90329', endColorstr='#006d0019',GradientType=1 ); /* IE6-9 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement