【发布时间】:2025-12-21 21:15:06
【问题描述】:
我目前通过以下代码获得以下内容,但似乎无法完全完成我需要的工作。
我的 CSS:
hr:after {
background: url('../img/green_leaf.png') no-repeat top center;
content: "";
display: block;
height: 18px; /* height of the ornament */
position: relative;
top: -9px; /* half the height of the ornament */
border: 0;
color: #d7d7d7;
}
我想加粗线条,如果可能的话,在图像周围添加空间(不要让 green_leaf.png 有白色背景)。
【问题讨论】:
标签: css