5 css border
如何使用 css 将底部边距向上推约 5 个像素?
这是关于我想要实现的目标的示例:
Pra*_*man 6
尽管您可以使用 using line-height,但它可能会搞砸下一行。所以我建议这样做:
line-height
h1 { font-size: 24px; border-bottom: 2px solid #FF6A00; /* proposing line height + padding */ line-height: 20px; margin-bottom: 5px; }
归档时间:
13 年,2 月 前
查看次数:
14555 次
最近记录: