gpt4 book ai didi

html - 如何在html中为框创建内边框?

转载 作者:太空狗 更新时间:2023-10-29 13:53:52 26 4
gpt4 key购买 nike

如何在html中为框创建内边框?

看这张图:

What I want

最佳答案

看看这个,我们可以简单地用 outline-offset 属性来做到这一点

输出图像看起来像

enter image description here

.black_box {
width:500px;
height:200px;
background:#000;
float:left;
border:2px solid #000;
outline: 1px dashed #fff;
outline-offset: -10px;
}
<div class="black_box"></div>

关于html - 如何在html中为框创建内边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41590469/

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