0
Hi guys, it is possible to paint an hr tag in html?
3 Respostas
+ 4
If what you mean is giving a color to a hr tag, yes you can. Use border-color CSS property
+ 2
You can visit the code. I think you will get a concept how to decorate hr tag(horizontal line) !!
https://code.sololearn.com/WPdPGnA7TZpi/?ref=app
0
thank you!!