The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] Using ::before to put a line under a h5, not working.
Hi, cannot work out why my ::before pseudo element is not sitting under my h5, what am i missing?
See my jsFiddle
z-index: -1; will do the trick
z-index: -1;
http://codepen.io/atelierbram/pen/sqvGE
May need some extra HTML markup, like <b> for faked background color of header text.
<b>
sweet thanks