I want to change the thickness of my horizontal rule (<hr>)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

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *