In my titlebox I have an icon (<img>
) and a title (<h1>
). Both are floated to the left.
I would like my title (<h1>
) to take up the rest of the width of the box. So if I put text-decoration: underline; on the <h1>
, the underline must go on to 'till the end of the box.
JsFiddle: http://jsfiddle.net/44XDa/1/
Basically I want the line under Welcome to go 'till the end of the yellow box.
Can anyone help?