Horizontal line between two words
问题 How can I add a line between this two words with css: Last Action Items------------------------------View more---- Without the "-" I did this: https://jsfiddle.net/3L766kdo/1/ but I think there is a better way to do it (with the line surrounding View More) HTML <div class='container c-decorated-header'> <h3><span>Last Action items</span></h3> <div class='c-decorated-header_link-view-more'> <a href="www.something.com">View More</a> </div> <div> SCSS .c-decorated-header { position: relative; h3