#box {
width: 200px;
height: 200px;
border: 1px solid red;
background: linear-gradient(45deg, black, red);
}
![](https://img.haomeiwen.com/i16376398/5a387276775277db.png)
#box {
width: 200px;
height: 200px;
border: 1px solid red;
background: repeating-linear-gradient(45deg, black 0, red 25%, blue 50%);
}
![](https://img.haomeiwen.com/i16376398/9379a51b8f486665.png)
网友评论