Skip to content

Instantly share code, notes, and snippets.

@edele
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save edele/5aec76c83813c9e73641 to your computer and use it in GitHub Desktop.

Select an option

Save edele/5aec76c83813c9e73641 to your computer and use it in GitHub Desktop.
Заголовок с линиями по бокам. Скриншот: http://joxi.ru/tT4RVP3JTJDMfB-iN-8
<h2 class="complectations_h"><span>Active</span></h2>
.complectations_h {
position: relative;
margin: 0 0 35px 0;
font-size: 43px;
clear: both;
text-align: center;
}
.complectations_h span {
display: inline-block;
overflow: hidden;
padding: 0 40px;
height: 48px;
margin: 0 auto;
text-align: center;
white-space: nowrap;
background: #fff;
line-height: 43px;
}
.complectations_h:before {
position: absolute;
z-index: -1;
top: 52%;
left: 0;
width: 100%;
height: 1px;
content: " ";
background: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment