Как использовать HR -линии в классе CSS


hr{
  border-color: green;
}
/*or*/
hr.class{
  border-color: red;
}
CookieMonster