Heading - Flanked by a Vertically Centered Line

// Lines Title .line-title { margin-bottom:1.3em; text-align:center; display:block; position:relative; overflow:hidden; &:before, &:after { content:''; display:inline-block; height:4px; background:#c52033; width:50%; position:relative; vertical-align:middle; } &:before { left:-0.5em; margin-left:-50%; } &:after { right:-0.5em; margin-right:-50%; } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.