PermanentPuppy

simple flip style card with full image front

Oct 27th, 2025 (edited)
240
1
Never
7
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.50 KB | None | 1 0
  1. <style>
  2. /* simple flip style card base, full image front by @Permanent / Puppy on JAI, if using, credit pls and link back to this pastebin for others to benefit! */
  3. .pp-cc-wrapper>*{background:transparent!important;}
  4. .pp-cc-wrapper{background:black;}
  5. .profile-character-card-stack-link-component>*{
  6.     display: flex;
  7.     flex-direction: column-reverse;
  8.     perspective: 1000px;
  9.     transform-style: preserve-3d;
  10.     transform: rotateY(0deg);
  11.     backface-visibility: hidden;
  12.     transition: all 1s ease;
  13. }
  14. .profile-character-card-avatar-aspect-ratio, .profile-character-card-avatar-aspect-ratio img{height:350px;}
  15. .profile-character-card-stack-link-component-box{
  16.     position:absolute;
  17.     bottom: 0;
  18.     z-index: 2;
  19.     width:100%;
  20.     text-align:center;
  21. }
  22. .profile-character-card-description-box{
  23.     position:absolute;
  24.     top:1rem;
  25.     pointer-events:none;
  26. }
  27. .pp-cc-tags{
  28.     position:absolute;
  29.     bottom:0;
  30. }
  31. .profile-character-card-box, .pp-cc-tags, .profile-character-card-description-box{
  32.     perspective: 1000px;
  33.     transform-style: preserve-3d;
  34.     transform: rotateY(180deg);
  35.     backface-visibility: hidden;
  36.     transition: all 1s ease;
  37. }
  38. .profile-character-card-creator-name-link, .profile-character-card-star-line{display:none;}
  39.  
  40. .pp-cc-wrapper:hover .profile-character-card-box, .pp-cc-wrapper:hover .pp-cc-tags, .pp-cc-wrapper:hover .profile-character-card-description-box{
  41.     transform:rotateY(0deg);
  42. }
  43. .pp-cc-wrapper:hover .profile-character-card-stack-link-component>*{
  44.     transform:rotateY(180deg);
  45. }
  46. </style>
Advertisement
Comments
  • User was banned
  • Ronmivas
    109 days
    # CSS 0.83 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8.  
    9. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    10.  
    11. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification).
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment