gpt4 book ai didi

css - css 中的尖尖左边框

转载 作者:行者123 更新时间:2023-11-28 16:48:50 42 4
gpt4 key购买 nike

假设我在 display: block 中有一个元素,其属性为 left-margin: solid 3px black

如何使边框在左上角三个像素和左下角一个像素?这是我的意思的图表。

Example

最佳答案

使用边框图像:

b {
display: block;
width: 200px;
height: 100px;
background: #ccc;
border-left: solid 3px;
border-image: linear-gradient(to bottom right, #000 50%, #fff 63%) 0 0 0 100% / 0 0 0 3px
}
<b></b>

关于css - css 中的尖尖左边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59793246/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com