I'm trying to make a horizontal rule with some text in the left. For example:
How to achieve it with CSS ?
I have done this But didn't get the expected result
h2 { width:100%; text-align:center; border-bottom: 1px solid #000; line-
height:0.1em; margin:10px 0 20px; }
h2 span { background:#fff; padding:0 10px; }