channge color of hr css code example
Example: change the color of an hr
hr {
height: 1px;
background-color: #ccc;
border: none;
}
hr {
height: 1px;
background-color: #ccc;
border: none;
}