/* Heading Lined */
.heading-lined {
text-align: center;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
span {
position: relative;
z-index: 1;
padding: 0 1rem;
&:before { right: 100%; }
&:after { left: 100%; }
&:before, &:after {
content: "";
position: absolute;
height: 3px;
border-top: 1px solid #e1e1e1;
top: 50%;
margin-top: 1px;
width: 1200px;
}
}
}
SCSS version.
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.