gpt4 book ai didi

css - 边框底部的自定义CSS

转载 作者:行者123 更新时间:2023-11-28 16:43:33 25 4
gpt4 key购买 nike

我已经将 css 应用于 this thing但是有什么办法可以做 this type 的 css? ?

意味着减少边界线的底部?

最佳答案

看看这是否有帮助。

p {
position: relative;
z-index: 1;
width: 30px;
background: red;
padding: 10px;
color: #fff;
}
p:before {
content: "";
position: absolute;
left: 5px;
bottom: 0;
width: 80%;
border-bottom: 4px solid black;
height: 1px;
}
<p>
hello
</p>

关于css - 边框底部的自定义CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33465600/

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