I want to change the color of my hr tag using CSS. The code I have tried below doesn't seem to work hr{ color:#123455;} | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to change the color of my hr tag using CSS. The code I have tried below doesn't seem to work hr{ color:#123455;}

1st Nov 2019, 3:32 PM
Aneeza Khalid
Aneeza Khalid - avatar
2 Answers
+ 5
To change the color of a hr, change the border, such as doing hr{ border: 1px solid #123455;}
1st Nov 2019, 3:39 PM
tka_
tka_ - avatar
+ 1
Thank you so much
1st Nov 2019, 3:43 PM
Aneeza Khalid
Aneeza Khalid - avatar