css - How can i set thickness of horizontal rule in html -
how can set thickness of horizontal rule in html/css
you use size property:
<hr size="3" /> please note deprecated. should use styles resolve this.
hr { height: 3px; } how can set thickness of horizontal rule in html/css
you use size property:
<hr size="3" /> please note deprecated. should use styles resolve this.
hr { height: 3px; }
Comments
Post a Comment