Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. a.single-product {
  2. position: relative;
  3. overflow: hidden;
  4. display: block;
  5. }
  6.  
  7. a.single-product::before {
  8. content: '售出';
  9. display: block;
  10. background-color: #de2424;
  11. color: #fff;
  12. font-size: 14px;
  13. font-weight: bold;
  14. letter-spacing: 1px;
  15. transform: rotate(45deg) translate3d(20px,-10px,0);
  16. width: 90px;
  17. text-align: center;
  18. position: absolute;
  19. right: 0;
  20. top: 0;
  21. z-index: 2;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement