问题:
I want to change the color of my hr
tag using CSS. 我想使用CSS更改hr
标签的颜色。 The code I've tried below doesn't seem to work: 我在下面尝试过的代码似乎不起作用:
hr {
color: #123455;
}
解决方案:
参考一: https://stackoom.com/question/QmFr/更改hr元素的颜色参考二: https://oldbug.net/q/QmFr/Changing-the-color-of-an-hr-element