-
-
Save edele/5aec76c83813c9e73641 to your computer and use it in GitHub Desktop.
Заголовок с линиями по бокам. Скриншот: http://joxi.ru/tT4RVP3JTJDMfB-iN-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h2 class="complectations_h"><span>Active</span></h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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
