Advertisement
tonny16

css categorie

Jul 22nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. #securite {
  2.     display: flex;
  3.     width: 48%;
  4.     height: 200px;
  5.     margin: 6px;
  6.     text-align: center;
  7.     font-size: 30px;
  8.     font-weight: bold;
  9.     color: white;
  10.     background: rgb(251,149,94) ; /* Old browsers */
  11.     background: -moz-linear-gradient(-45deg, rgba(251,149,94,1) 0%,rgba(234,85,7,1) 48%,rgba(241,116,50,1) 56%,rgb(254,204,177) 100%) ; /* FF3.6-15 */
  12.     background: -webkit-linear-gradient(-45deg, rgba(251,149,94,1) 0%,rgba(234,85,7,1) 48%,rgba(241,116,50,1) 56%,rgb(254,204,177) 100%) ; /* Chrome10-25,Safari5.1-6 */
  13.     background: linear-gradient(135deg, rgba(251,149,94,1) 0%,rgba(234,85,7,1) 48%,rgba(241,116,50,1) 56%,rgb(254,204,177) 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  14.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb955e', endColorstr='#feccb1',GradientType=1 ) ; /* IE6-9 fallback on horizontal gradient */
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement