Jump to content

K1979

Noob
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    K1979 reacted to DamjanTo in $3,000 Perfect 10 | Sports   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } /* soft animated glow overlay feel */ .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:flex-start; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .sf-mini{ display:grid; gap:12px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#ffffff; } .sf-prize-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); color:#1c1930; box-shadow:0 12px 26px rgba(212,175,55,0.35); margin-bottom:12px; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); margin-bottom:12px; } .dropdown-card{ margin-top:20px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .rules-list li:hover{ transform:translateX(6px); background:rgba(247,201,72,0.06); border:1px solid rgba(247,201,72,0.35); box-shadow:0 10px 24px rgba(0,0,0,0.25); color:#ffffff; } .sf-main > .sf-card:last-child{ padding:10px 18px; } .sf-main > .sf-card{ margin-top:24px; } .sf-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.35); border:1px solid rgba(247,201,72,0.45); } .sf-chip:hover{ transform:translateY(-4px) scale(1.02); box-shadow:0 12px 26px rgba(0,0,0,0.25); border:1px solid rgba(247,201,72,0.35); } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} }  
    $3,000 Perfect 10
                             Win a bet with at least x10 by betting on at least 10 matches/selections. Eligible sports All Sports Minimum Bet amount $1 USD Minimum ODds 10x or above VIP level Bronze or above Promotionional period July 20 -  July 27 (12 pm UTC) BET NOW! Additional Information
    Bets must have been made after 20/07/2026 - (12 pm) UTC. You need 10+ forum posts and identity-verification. You can bet on pre-match or live markets. Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge. Cashed-out bets are not eligible for the challenge. Stake Shield bets are eligible for the promotion. Only selections that result in a win will contribute to your total number of winning selections. Only one valid entry per user. You have to be one of the VIP members on our site (at least the Bronze VIP level). Prize Pool
    Maximum Prize Pool $3,000 Tiered Prize Pool
      Minimum prize pool$300
    30 - 40 participants$600
    41 - 50 participants$900
    51 - 100 participants$1,200
    101 - 200 participants$2,500
    201 or more participants$3,000 Distribution
      All players who complete the challenge in the next 7 days, will get a share in the prize pool!  Extra reward 💰
    Win an extra reward by hitting x100 or more and we will award you $50!
    Terms & Conditions — click to expand
      Only identity-verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the promotion. 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.  
     
  2. Fire
    K1979 reacted to StefanNl in [20.07.2026.] Slot-Hunt   
    Winners:
    natah3                            casino:496910155882 Dontskemthem              casino:496911072172 giovs777                        casino:496911385348 Hghurki17                     casino:496912773478 Poorest27                      casino:496913144317 StFieryDragon               casino:496913731503 xiTaLo97x                       casino:496914291722 Asiso                             casino:496914638307 Tat40hk                          casino:496914803135 Etude                             casino:496915264963
    You can claim your prizes here: https://playstake.fans/bonus?code=SlotHunt20072026nps1
  3. Fire
    K1979 got a reaction from Adedotun343 in 💰[$100,000] Football Raffle ⚽️   
    sport:617701098

  4. Fire
    K1979 reacted to ewete in 💰[$100,000] Football Raffle ⚽️   
    Nice one
  5. Fire
    K1979 reacted to prnc1160 in 💰[$100,000] Football Raffle ⚽️   
    sport:606442416
    sport:608559170
    sport:609422023
    sport:609555942
     
  6. Fire
    K1979 reacted to Idan123femi in 💰[$100,000] Football Raffle ⚽️   
    Great
  7. Fire
    K1979 reacted to matyasi57 in 💰[$100,000] Football Raffle ⚽️   
    sport:599487468
    sport:599929911
    sport:600430628
    sport:600575464
    sport:601178881
    sport:601303941
    sport:601428757
    sport:601964033
    sport:601997844
    sport:601963748
    sport:602073714
    sport:602158990
    sport:602158822
    sport:602163717
    sport:602642003
    sport:602761077
    sport:603224998
    sport:603332589
    sport:603218837
    sport:603408293
    sport:603222926
    sport:603226134
    sport:603677155
    sport:604114468
    sport:604107665
    sport:604121031
    sport:604122598
    sport:604112619
    sport:603964706
    sport:604566908
    sport:604570308
    sport:604564922
    sport:604664166
    sport:604708156
    sport:604673979
    sport:604670361
    sport:604679190
    sport:604569992
    sport:605285572
    sport:605283199
    sport:605368708
    sport:606076515
    sport:606100809
    sport:606077698
    sport:606051325
    sport:606222289
    sport:606079381
    sport:606441387
    sport:606439810
    sport:606740798
    sport:606749415
    sport:606745836
    sport:606748549
    sport:606885165
    sport:606885022
    sport:606884629
    sport:607352650
    sport:607353800
    sport:607355807
    sport:607352404
    sport:607441877
    sport:607369723
    sport:607658598
    sport:608014885
    sport:608103162
    sport:608089025
    sport:608015062
    sport:608067562
    sport:608061369
    sport:608060341
    sport:608011341
    sport:608069718
    sport:608064688
    sport:608160850
    sport:608157515
    sport:607661277
    sport:608162302
    sport:608153987
    sport:608154569
    sport:608153370
    sport:608153462
    sport:608152977
    sport:608292752
    sport:608291962
    sport:608292086
    sport:608291801
    sport:608790393
    sport:608790653
    sport:608791124
    sport:608768968
    sport:608867931
    sport:608766695
    sport:608763745
    sport:608838284
    sport:608841076
    sport:608836225
    sport:608844276
    sport:609413715
    sport:609416114
    sport:609507803
    sport:609487402
    sport:609418101
    sport:609488870
    sport:609517004
    sport:609474975
    sport:609475177
    sport:609476859
    sport:609473802
    sport:609474329
    sport:609430367
    sport:609465325
    sport:609554236
    sport:609517570
    sport:609420807
    sport:609586699
    sport:609585171
    sport:609572305
    sport:609516726
    sport:609573283
    sport:609585792
    sport:609554954
    sport:609580606
    sport:609581434
    sport:609576654
    sport:609697220
    sport:609701092
    sport:609698993
    sport:610082312
    sport:610081713
    sport:610092766
    sport:610097717
    sport:609775641
    sport:610224652
    sport:610736253
    sport:610873211
    sport:610945374
    sport:610943819
    sport:610886578
    sport:610886788
    sport:611533384
    sport:611494882
    sport:611496199
    sport:611493460
    sport:611492525
    sport:611868014
    sport:611870250
    sport:611869097
    sport:612081059
    sport:612081060
    sport:612082949
    sport:612205000
    sport:612205001
    sport:612206021
    sport:612595461
    sport:612581163
    sport:612586026
    sport:612584421
    sport:612588353
    sport:612714544
    sport:612714545
    sport:613213302
    sport:613379325
    sport:613391003
    sport:613992285
    sport:613990106
    sport:613996723
    sport:613220957
    sport:614711332
    sport:614746997
    sport:614746999
    sport:614710232
    sport:614759118
    sport:614901778
    sport:614749721
    sport:614963746
    sport:614903738
    sport:614982138
    sport:614979710
    sport:615005937
    sport:615005938
    sport:615010690
    sport:615482667
    sport:615482031
    sport:615486043
    sport:615752604
    sport:615771561
    sport:615750784
    sport:615750475
    sport:615749246
    sport:616328927
    sport:616280675
    sport:616333714
    sport:616277652
    sport:616328925
    sport:616332608
    sport:616327295
    sport:616439330
    sport:616438030
    sport:616442254
    sport:616436653
    sport:616441564
    sport:617011039
    sport:616278962
    sport:616718423
    sport:616981645
    sport:616982425
    sport:617020691
    sport:617024912
    sport:616986630
    sport:617127595
    sport:617127186
    sport:617130879
    sport:617128443
    sport:617127714
    sport:617128637
    sport:617538699
    sport:617536134
    sport:617575647
    sport:617529723
    sport:617529403
    sport:617530358
    sport:617520371
    sport:617549280
    sport:617778849
    sport:617782509
    sport:617662691
    sport:617760821
    sport:617760893
    sport:617843130
    sport:617769267
    sport:617777326
    sport:617772866
    sport:618846814
    sport:618861789
    sport:618650839
    sport:618925119
    sport:618925117
    sport:618870658
    sport:618870659
    sport:618847778
    sport:618850850
    sport:618845693
    sport:619447397
    sport:619410660
    sport:619437860
    sport:619433496
    sport:620230670
    sport:620057118
    sport:620094128
    sport:620197724
    sport:620235782
    sport:620202051
    sport:620379281
    sport:620379279
    sport:620383555
    sport:620344433
    sport:621679791
    sport:621557639
    sport:621679792
    sport:621679630
    sport:621679543
    sport:621720131
    sport:621710573
    sport:621720134
    sport:621720132
    sport:621720133
    sport:621801952
    sport:621748874
    sport:621804022
    sport:622581977
    sport:622662055
    sport:622537784
    sport:622537783
    sport:622537779
    sport:622541749
    sport:622541751
    sport:622556910
    sport:622560012
    sport:622549060
    sport:622561976
  8. Fire
  9. Fire
    K1979 reacted to dyd5201314 in 💰[$100,000] Football Raffle ⚽️   
    ID
    dyd5201314
    sport:618901565
    sport:619335516
    sport:619356219
    sport:619358491
    sport:619358608
  10. Fire
  11. Fire
  12. Fire
    K1979 reacted to batguy in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    @Jake7589 can you clean up the comments? Some people started botting and spamming random words instead of posting bet ids. Ty
  13. Fire
    K1979 reacted to yammincoochi1 in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    Moved to the India region thread. 💔
  14. Fire
    K1979 reacted to Emmie in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    We are winning 
  15. Fire
    K1979 reacted to lyh1124 in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    sport:618547416
  16. Fire
    K1979 reacted to dhannychi in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    Dhannychi 
    France is winning 
  17. Fire
    K1979 reacted to yammincoochi1 in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    Moved to the India region thread. 💔
  18. Fire
  19. Fire
  20. Fire
    K1979 reacted to Furry69 in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    stake name: Furry69
    Sport : 597615338
    Can i win guys?
  21. Fire
    K1979 reacted to Abdulwaliyy1 in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    Who is ready for an African country to beat Morroco 
    I am so happy and glad but i pray Mbappe allows us to beat him
  22. Fire
    K1979 reacted to icejnr in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    Any sharp 3 odds 
    FIFA is cooking something again all officials are from Argentina 🥺🥺
  23. Fire
    K1979 reacted to Abuh Adam in Vote   
    Me: "Just one small bet"  
    Also me 10 minutes later: _adding 4 more legs_  
    We’ve all been there 😂 What’s on your slip?
  24. Fire
    K1979 reacted to Agunner in Who will win the 2026 FIFA World Cup? What do you think?   
    Portugal 🇵🇹 
  25. Fire
    K1979 reacted to stnKuecil in Who will win the 2026 FIFA World Cup? What do you think?   
    Argentina or Portugal. wanna see one of the last dance story with happy ending
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use