有什么办法只能在边框上添加边距吗?
只有边框应该有边距而不是文本。我正在尝试移动边框而不是文本字段。边框需要缩小/移动而不是文本。
CSS:
.margin-check {
border-bottom: 1px solid #d2d7da;
margin-left : 15px;
}
HTML :
<div class="margin-check">
Something I am typing for checking the border margin
</div>
JS 小提琴: https ://jsfiddle.net/c91xhz5e/
原文由 user2936008 发布,翻译遵循 CC BY-SA 4.0 许可协议
你可以使用伪元素然后你可以改变边框的大小