how to change the thickness of the hrizontal line in html
Answers
Answered by
1
How I change the thickness of my <hr> tag
html css user-interface
I want to change the thickness of my horizontal rule in CSS. I know it can be done in HTML like so -
<hr size="10">
But I hear that this is deprecated as mentioned on MDN here. In CSS I tried using height:1px but it does not change the thickness. I want the <hr> line to be 0.5px thick.
I am using Firefox 3.6.11 on Ubuntu
utsavyo:
thanks a lot
Similar questions