这是我在标题中添加到我的 CSS 样式表的部分:
<style>
body{
background-color: #EAF6F6;
}
hr{
border-style: none;
border-top-style: dotted;
border-color: lightgrey;
border-width: 5px;
width: 5%;
}
</style>
这就是它的样子:
正如你所看到的,它看起来更像正方形而不是像圆点这样的圆形,我遵循的教程有完全相同的代码,但最后是一行中的小点,也就是虚线!这是为什么?