img {
padding: 20px 0; /* control the border size here */
--g: grey 30%,lightblue 0; /* control the coloration here */
background:
linear-gradient(-45deg,var(--g)) bottom,
linear-gradient(135deg,var(--g)) top;
background-size: 100% 50%;
background-repeat:no-repeat;
}
1条答案
按热度按时间iyr7buue1#
使用渐变和背景: