I need to display border behind a h1 tag but just not behind the text itself. Also. display the text in center. At the moment you can see “Why us” text is not in center. Or any other work around to do what is needed.
<div class="lineb"><h1 class="hbord">What <span>we</span> can do</h1><div class="cls"></div></div>
Currently .lineb has grey border-bottom and .hbord has white border-bottom which serves my purpose at the moment but not completely as the “why us” is not centered.
Try this
HTML
CSS
DEMO