Answers for "css for changing color of a line"

CSS
0

how to change line colors in css

hr{
  background-color: green;
}
Posted by: Guest on April-13-2021

Browse Popular Code Answers by Language