0
How can I make the the line fat?
2 Answers
+ 2
you can use <hr width="50%" />
to make the line 50% wider or any other percentage you want ,or
use <hr width="50px" />
to make the line 50 pixels wider or any other value you want
+ 1
or use css and add height property