I'd like the underline of the <span class="line-sm"></span> to fill in the remainder of the <p> space and have a border-bottom.
Here's a mockup, with the red line being what I want the span to be:
If the window shrinks, the span will also shrink. Sort of like "contain" for image backgrounds.
Here is the HTML I have:
<p>
<strong>What ACT score do you want? <span class="line-sm"></span></strong>
</p>
Any ideas if this is possible without the use of tables or some crazy workaround?
Thanks!
