Comment donner une bande de couleur d'arrière-plan dans HTML et CSS

#colorstrip{
    width: 100%; height: 2px;
    border-style: solid;
    border-color: white;
    background-color: white;
}
Unsightly Unicorn