Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .sqs-block-horizontalrule .sqs-block-content:before {
- content: '';
- width: 15px;
- height: 15px;
- background: #000;
- position: absolute;
- transform: translateX(-50%) rotate(45deg);
- -webkit-transform: translateX(-50%) rotate(45deg);
- margin-top: -7.5px;
- left: 50%;
- z-index: 2;
- }
- .sqs-block-horizontalrule .sqs-block-content:after {
- content: '';
- width: 70px;
- height: 30px;
- position: absolute;
- background: #fff;
- left: 50%;
- transform: translateX(-50%);
- top: -15px;
- z-index: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement