Jump to content

Ripankaa

Noob
  • Posts

    31
  • Joined

  • Last visited

Reputation Activity

  1. Money
    Ripankaa reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    ( May 22nd - May 24th )
    🏆 $400 Endgame Quiz 🧠
    Another month comes to an end… and this is the Endgame.
    Only those who stayed sharp throughout will make it to the finish. Think you’ve been paying attention?
    We’ve prepared a short quiz based on this month’s promotions and events.
    Answer all questions correctly and include your Stake username to qualify.
    # Question 1 What slot is featured in this week's $3,000 Slots Forum Challenge? 2 In which Stake Original game do you need to cross the road and avoid traffic? 3 What is the name of the Sports promotion where you need to win a bet with at least 10x odds by betting on at least 10 matches/selections? 🥇 First correct answer: $100
    🎁 Other winners: All remaining correct entries enter a random draw, where 6 winners will receive $50 each
    .qtext { transition: all 0.25s ease; } .qtext:hover { color: #fbbf24; text-shadow: 0 0 8px rgba(251,191,36,0.6); } Only one entry per user is allowed.

    Good luck!🍀
     
  2. Fire
    Ripankaa got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Ripanka
     
    Have a nice day <3
  3. Stonks
    Ripankaa reacted to BratislavK in 🐰 $400 Easter Mystery Basket 🧺   
    :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100vh; overflow-x: hidden; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 12px; } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .hero { max-width: 800px; margin: 40px auto; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); position: relative; } .hero img { width: 350px; display: block; margin: 0 auto 24px; border-radius: 24px; border: 3px solid var(--gold); box-shadow: 0 0 20px rgba(247, 201, 72, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .hero img:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(247, 201, 72, 0.4); } h1 { text-align: center; font-size: clamp(28px, 6vw, 48px); margin: 0 0 6px; font-weight: 700; display: flex; justify-content: center; align-items: center; gap: 10px; } h2.subtitle { text-align: center; margin: 0 0 16px; font-weight: 500; color: var(--text); } p.lead { text-align: center; color: var(--muted); max-width: 520px; margin: 0 auto 24px; font-size: 18px; line-height: 1.4; } p.lead strong { color: var(--gold); } p.note { font-size: 14px; max-width: 600px; margin: 20px auto 0; color: var(--muted); line-height: 1.45; border-top: 1px solid var(--line); padding-top: 16px; font-weight: 400; } .highlight { color: var(--gold); font-weight: 700; } table { width: 100%; border-collapse: collapse; margin: 24px 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 12px rgba(247, 201, 72, 0.2); } th, td { padding: 14px 18px; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--line); color: var(--text); } th { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; text-align: left; } tbody tr:hover { background: rgba(247, 201, 72, 0.1); } tbody tr:last-child td { border-bottom: none; } footer.good-luck { text-align: center; font-weight: 700; font-size: 22px; color: var(--green); margin-top: 18px; } footer.good-luck span { font-size: 24px; margin-left: 6px; } Easter Event LIVE NOW  
    $400 Easter Mystery Basket
     
    ⏰ Ends: April 12th, 12 PM UTC  
    Spring is here and we have prepared a special Easter basket.
    The total value is already set, but remains a mystery 👀
    Your task is simple. Guess the value of the basket.
    Comment one number between 1 and 5000 and include your Stake username to qualify.
      HOW TO PARTICIPATE 1 Comment one number between 1 and 5000. 2 Include your Stake username. 3 Only one entry per user is allowed. Prize Pool: $400 🥇 Closest guess wins: $100 🎁 Other winners: The next six closest guesses will receive $50 each 📄 Full Terms & Conditions & click to expand This competition is published by Stake, which operates Stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility
    Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake Reserved Rights
    To amend the Rules at any time. To cancel the Competition at any time. To disqualify any user due to promotion or account abuse, which may also result in a permanent ban.  
  4. Fire
    Ripankaa reacted to saphira67 in Weekend Stream + Giveaway   
    Hi all , 
    saphira67 
     
    gl everyone 🥰
  5. Fire
    Ripankaa reacted to dantekuy in Weekend Stream + Giveaway   
    Daresusan
  6. Fire
    Ripankaa reacted to vgonzalo8 in Weekend Stream + Giveaway   
    vgonzalo8 
    good luck!
  7. Fire
    Ripankaa reacted to fuceklo in Weekend Stream + Giveaway   
    fuceklo
  8. Fire
    Ripankaa reacted to manbouyanbou66 in Weekend Stream + Giveaway   
    yanboumanbou77
  9. Fire
    Ripankaa reacted to fuhong888 in Weekend Stream + Giveaway   
    fuhong888
  10. Fire
    Ripankaa reacted to Roxxeur in Weekend Stream + Giveaway   
    Roxxeur
    Gll everyone 
  11. Fire
    Ripankaa reacted to Zalupa321 in Weekend Stream + Giveaway   
    Dinero229
  12. Fire
    Ripankaa reacted to DrexOFC in Weekend Stream + Giveaway   
    DrexOFC
    End this endless bad luck soon.  
  13. Fire
    Ripankaa reacted to Alexx67 in Weekend Stream + Giveaway   
    Alexx67
  14. Fire
    Ripankaa reacted to Powerdamp in Weekend Stream + Giveaway   
    Powerdamp
  15. Fire
    Ripankaa reacted to PhilLihp in Weekend Stream + Giveaway   
    PhilLihp💵🍀
  16. Fire
    Ripankaa reacted to 27381221 in Weekend Stream + Giveaway   
    🆔27381221
    LOVE stake🤎

  17. Fire
    Ripankaa reacted to makino114514ok in Weekend Stream + Giveaway   
    makino114514ok
  18. Fire
    Ripankaa reacted to boy4tostoboy in Weekend Stream + Giveaway   
    boy4tostoboy
  19. Fire
    Ripankaa reacted to barbarisch in Weekend Stream + Giveaway   
    Bol şanslar dilerim 
    id: barbarisch
  20. Fire
    Ripankaa reacted to Behku in Weekend Stream + Giveaway   
    Behku
     
  21. Fire
    Ripankaa reacted to Detrevid in Weekend Stream + Giveaway   
    Detrevid
  22. Fire
    Ripankaa reacted to mrdogecoin in Weekend Stream + Giveaway   
    🆔 Stake: mrdogecoin
    🛡verify level: 3
  23. Fire
    Ripankaa reacted to Fabienf in Weekend Stream + Giveaway   
    fabienf 
    for my birthday 🎉🥳

     
  24. Fire
    Ripankaa got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Ripankaa 
    ❤️
  25. Fire
    Ripankaa got a reaction from TBei22 in 💰$3,000 Royal Club of Originals | Plinko 🤡   
    casino:444656356021
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use