作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我正在使用 css 显示一条水平线:
.horizontalLineBottom {
border-bottom:solid #6E6A6B;
border-width:1px;
}
我可以在这条线上的特定位置插入空格吗?
所以
______________________________________________
成为
______________________________ ___
最佳答案
另一种使用 border-width
的解决方案:
.line {
width: 20px;
height: 1px;
padding: 0;
border-width: 0 100px 0 150px;
border-style: solid;
border-color: red;
}
关于javascript - 在边界线的位置插入空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14891854/
我是一名优秀的程序员,十分优秀!