Home › Forums › CSS › help with heading style – dynamic length › Re: help with heading style – dynamic length
June 9, 2010 at 7:23 pm
#77484
Member
Sorry, forgot about that. It wouldn’t be ideal, but to get around it you can do this:
h1 span { background: green; }
<h1><span>Your Text</span></h1>