I am using below code for drawing the horizontal line
"-----"
"***"
I want to change the color of the horizontal line plus change the height also.
Any idea how to do this.
Thanks in advance.
BR, Mayur
You can create a horizontal rule ( <hr /> ) by placing 3 or more hyphens, asterisks, or underscores on a single line by themselves.
Horizontal Rule To add a Horizontal Rule In Readme we can use --- or *** or <hr> .
If your Markdown application supports HTML, you can use the <br> HTML tag. For compatibility, use trailing white space or the <br> HTML tag at the end of the line.
In a Markdown file or widget, enter two spaces before the line break to begin a new paragraph, or enter two line breaks consecutively to begin a new paragraph.
instead of using *** or --- , try
<hr style="border:2px solid gray"> </hr>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With