css小技巧

渐变色

#stripe {
  width: 400px;
  height: 200px;
  background: linear-gradient(rgb(255, 187, 51), rgb(85, 136, 187));
}

效果:


image.png

你可能感兴趣的:(css小技巧)