Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .hr-text {
- line-height: 1em;
- position: relative;
- outline: 0;
- border: 0;
- color: black;
- text-align: center;
- height: 1.5em;
- opacity: .5;
- font-family: Futura, sans-serif;
- }
- .hr-text:before {
- content: '';
- background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
- background: linear-gradient(to right, transparent, #FFFFFF, transparent);
- position: absolute;
- left: 0;
- top: 50%;
- width: 100%;
- height: 1px;
- }
- .hr-text:after {
- content: attr(data-content);
- position: relative;
- display: inline-block;
- color: black;
- padding: 0 .5em;
- line-height: 1.5em;
- color: #FFFFFF;
- background-color: #161719;
- white-space: pre;
- margin-top: -9px;
- }
- </style>
- <table align="center" width="100%" height="100%" style="border: 0px">
- <tr><td style="border: 0px">
- <hr align="center" class="hr-text" data-content="^ INTERFACES ^
- v CLIENTS v">
- </td></tr>
- </table>
Add Comment
Please, Sign In to add comment