小编Dej*_*jan的帖子

如何增加虚线边框点之间的空间

我在我的盒子里使用点缀式边框

.box {
    width: 300px;
    height: 200px;
    border: dotted 1px #f00;
    float: left;
}
Run Code Online (Sandbox Code Playgroud)

我想增加边框每个点之间的空间.

html css border css3

263
推荐指数
10
解决办法
30万
查看次数

标签 统计

border ×1

css ×1

css3 ×1

html ×1