标签 - css3

css3    2020-11-19 14:16:05    131    0    0
  1. background: linear-gradient(to bottom, #ffb400, #ff8a00);
  2. background: -moz-linear-gradient(top, #ffb400, #ff8a00);
  3. background: -o-linear-gradient(top,#ffb400, #ff8a00);
  4. background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#ffb400), to(#ff8a00));