Advertisement
maximus87

Untitled

Nov 5th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. .sqs-block-horizontalrule .sqs-block-content:before {
  2. content: '';
  3. width: 15px;
  4. height: 15px;
  5. background: #000;
  6. position: absolute;
  7. transform: translateX(-50%) rotate(45deg);
  8. -webkit-transform: translateX(-50%) rotate(45deg);
  9. margin-top: -7.5px;
  10. left: 50%;
  11. z-index: 2;
  12. }
  13. .sqs-block-horizontalrule .sqs-block-content:after {
  14. content: '';
  15. width: 70px;
  16. height: 30px;
  17. position: absolute;
  18. background: #fff;
  19. left: 50%;
  20. transform: translateX(-50%);
  21. top: -15px;
  22. z-index: 1;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement