📜  如何在 html 和 css 代码示例中给出背景颜色条

📅  最后修改于: 2022-03-11 14:47:45.944000             🧑  作者: Mango

代码示例1
#colorstrip{
    width: 100%; height: 2px;
    border-style: solid;
    border-color: white;
    background-color: white;
}