我为5 px宽的水平线尝试了以下代码css3样式
<hr style=" border: solid 1px red;padding-top:10px; margin:25px auto 15px auto;clear:both" />
但我得到5px宽的红色矩形.
请用适当的CSS3样式代码告诉我.
css3
css3 ×1