Jump to content

Gtx4090

Noob
  • Posts

    46
  • Joined

  • Last visited

Reputation Activity

  1. Eddie
    Gtx4090 got a reaction from Teto0420 in $75,000 giveaway winners #258   
    Congrats to winners🥳
  2. Fire
  3. Fire
    Gtx4090 got a reaction from spaceoddtiddy in 📢📣Beyond Cats & Dogs: What’s Your Favorite Animal❔   
    yeah he's so spoiled and adorable 😍
  4. Fire
    Gtx4090 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Gtx4090
  5. Fire
    Gtx4090 got a reaction from KaiZidan in $75,000 giveaway winners #258   
    Congrats to winners🥳
  6. Fire
    Gtx4090 got a reaction from zlatan61 in Weekend Stream + Giveaway   
    Gtx4090
  7. Fire
    Gtx4090 got a reaction from KaiZidan in 📢📣Beyond Cats & Dogs: What’s Your Favorite Animal❔   
    yeah he's so spoiled and adorable 😍
  8. Fire
  9. Ethereum
    Gtx4090 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Gtx4090
  10. Fire
    Gtx4090 got a reaction from gajin in Weekend Stream + Giveaway   
    Gtx4090
  11. Fire
    Gtx4090 got a reaction from gajin in Weekend Stream + Giveaway   
    Gtx4090
  12. Fire
    Gtx4090 got a reaction from gajin in Weekend Stream + Giveaway   
    Gtx4090
  13. Imposter
    Gtx4090 got a reaction from gajin in Weekend Stream + Giveaway   
    Gtx4090
  14. Eddie
  15. Pepe - Love
    Gtx4090 got a reaction from Aerena09 in 📢📣Beyond Cats & Dogs: What’s Your Favorite Animal❔   
    yeah he's so spoiled and adorable 😍
  16. Eddie
    Gtx4090 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.  
  17. Eddie
    Gtx4090 reacted to Zamia2001 in 📢📣Beyond Cats & Dogs: What’s Your Favorite Animal❔   
    Avoid touching tarsiers

    really a cutie🤗
  18. Fire
    Gtx4090 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Gtx4090
  19. Doge - Cool
  20. Fire
  21. Fire
    Gtx4090 got a reaction from banoon in 🐰 $400 Easter Mystery Basket 🧺   
    3721
    Gtx4090
  22. Fire
    Gtx4090 got a reaction from hruhrge574 in $75,000 giveaway winners #237   
    Congrats all winner gg
  23. Fire
    Gtx4090 got a reaction from Szechuan1 in 🎃 Dress to Distress! 😈   
    Stake id : Gtx4090
    Happy halloween 2025 Stake 

  24. Bitcoin
    Gtx4090 got a reaction from Aschwaa in Weekend Stream + Giveaway   
    Gtx4090
  25. Ethereum
    Gtx4090 got a reaction from Aschwaa in Weekend Stream + Giveaway   
    Gtx4090
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use