cReTzUUUU's Content - Page 4 - GAMELIFE România Jump to content

cReTzUUUU

Hall Of Fame
  • Posts

    760
  • Joined

  • Last visited

  • Days Won

    17
  • Country

    Romania

Everything posted by cReTzUUUU

  1. # Nume joc: Crying Suns # Link oferta: Click # Link EpicStore: Click # Perioada ofertei: Sale ends 1/14/2021 at 6:00 PM # Detalii despre activare: Creeati un cont si apasati pe butonul albastru din dreapta unde scrie "Obtine" ("GET")
  2. PUBG patch 10.2 has hit the testing realm recently and it looks like this is going to shake things up quite a bit, especially with the extremely fast new car on the road. Coupe RB is set to come to PUBG with 10.2 and the car not only looks great but it appears to be one of the best performers around. While it's only a two-seater, the Coupe will be the second-fastest land vehicle, behind the bike, clocking the speeds of up to 150 kilometres per hour. That pretty much describes what the car can or will be used for. As for availability, Coupe RB will be spawning on Erangel, Miramar and Sanhok, which should have enough road for the swifty to show off its qualities. While certainly a highlight, it is not the only one that is marking 10.2. Reputation will also debut in the same patch and will consist of ranks from zero to five, meaning there are six levels in total. The higher the rank, the more enjoyable the player is to have in a team so it's pretty straightforward when it comes to understanding the system. Positive feedback from teammates and generally playing the game will increase your reputation while reports and negative behaviour like killing teammates or leaving matches will decrease the rep. Cheating reports do not affect reputation, but should they prove to be correct and the player indeed gets banned, their reputation will suffer greatly. full patch notes that are live on the testing server through the announcement on Steam. Source:www.altchar.com/,https://www.pubg.com/
      • 1
      • Like
  3. Adrian Mutu a fost votat drept cel mai reprezentativ jucator din ultimii 20 de ani a-i istoriei Fiorentinei ales de cititorii Firenzeviola prin profilul de Instagram. Alegerea a fost între 16 jucători care, în opinia redacției, s-au distins în ultimii douăzeci de ani, și anume Rossi, Frey, Mutu, Gonzalo Rodriguez, Rui Costa, Di Livio, Jovetic, Chiesa, Salah, Astori, Ribery, Toni, Gilardino, Borja Valero , Riganò. Prin provocări „înverșunate” în perechi (pe care le puteți vedea în tablă în partea de jos). In anii in care a evoluat pentru Fiorentina, Mutu a reusit sa isi puna amprenta pe istoria clubului si sa ramana definitiv in inimile fanilor din Florenta. Mutu a inscris 69 de goluri si a ofert 26 de assisturi in cele 143 de partide jucate pentru echipa din Serie A, alaturi de care a reusit sa joace si in Champions League sau Europa League. Adrian Mutu (n. 8 ianuarie 1979, Călinești, județul Argeș, România) este un fost fotbalist român, supranumit Briliantul, care a jucat pe postul de atacant sau extremă stânga. Este cel mai bun marcator din istoria naționalei României, cu 35 de goluri înscrise, record pe care îl împarte cu Gheorghe Hagi. La 8 iulie 2006, echipa din Florența a anunțat că a semnat contractul cu Mutu, pentru suma de 8.000.000 €. În 17 meciuri a marcat 10 goluri și este pe locul trei al clasamentului de golgeteri în Serie A, după Totti și Spines. Este ales cel mai bun jucător din Serie A în sezonul 2006/2007 și primește oferte de la Real Madrid și alte mari echipe. Cu toate acestea, decide să rămână la gruparea "Viola". În sezonul 2007/2008 reușeste să fie cel mai prolific atacant român înscriind 17 goluri. Devine cel mai bun stranier din Serie A. Pe data de 28 ianuarie 2010, a fost depistat pozitiv cu sibutramină la un control anti-doping,[și a primit o suspendare de nouă luni, urmând să poată juca din nou un meci oficial la finalul lunii octombrie. Mutu se întoarce în fotbal după suspendarea de nouă luni, iar presa din Italia îl anunță titular pentru meciul disputat împotriva Cataniei. După scandalul cu Sinisa Mihajlovici (5 ianuarie 2011), antrenorul actual al Fiorentinei (11 ianuarie 2011) clubul italian a anunțat că l-a exclus de la antrenamentele echipei pe Adrian Mutu, deoarece fotbalistul român nu a respectat prevederile contractului. După o lună a fost reprimit în lot, după ce și-a încheiat socotelile cu impresarii Victor și Ioan Becali, care se pare că nu erau acceptați de conducerea clubului. De la începutul anului 2011 au apărut zvonuri cum că Mutu s-ar putea să se despartă de Fiorentina. Grație salariului său mare de 2 milioane de euro pe sezon, și în urma performanțelor slabe din ultimul timp la echipa de club, acesta a fost pus pe lista de transferuri. Video: sursa:sport.ro,wikipedia.com,wikipedia.ro,youtube.com,https://www.firenzeviola.it/
  4. Salut
  5. Salut
  6. HTML: <body> <div class="light"> <ul class="line"> <li class="red"></li> <li class="yellow"></li> <li class="blue"></li> <li class="pink"></li> <li class="red"></li> <li class="green"></li> <li class="blue"></li> <li class="yellow"></li> <li class="red"></li> <li class="pink"></li> <li class="blue"></li> <li class="yellow"></li> <li class="red"></li> <li class="green"></li> <li class="blue"></li> <li class="yellow"></li> <li class="red"></li> <li class="pink"></li> <li class="green"></li> <li class="blue"></li> <li class="pink"></li> <li class="red"></li> <li class="green"></li> <li class="blue"></li> </ul> </div> <h1>Merry Christmas ! </h1> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> </body> CSS: $green: #24D024; $yellow: #fff952; $pink: #f53896; $red: #fb4545; $blue: #0A53DE; @import url('https://fonts.googleapis.com/css?family=Cookie'); body { background-color: #000000; } h1 { font-family: 'Cookie', cursive; font-size: 80px; text-align: center; color: white; letter-spacing: 3px; } .drop { position: absolute; top: 0; z-index: 1; border-radius: 100%; background-color: #fff; box-shadow: 0 0 10px #FFF } .animate { animation: falling 5.5s infinite ease-in; } @keyframes falling { 0% { top: -10px; // opacity: 1; } 10% { transform: translateX(-5px) } 20% { transform: translateX(5px) } 30% { transform: translateX(-5px) } 40% { transform: translateX(5px) } 60% { transform: translateX(-5px) } 70% { transform: translateX(5px) } 80% { transform: translateX(-5px) } 90% { transform: translateX(5px) } 95% { opacity: 1 } 100% { top: 95vh; opacity: 0; } } .line{ text-align: center; } li { position: relative; margin: 0 15px; list-style: none; padding: 0; display: inline-block; width: 12px; height: 28px; border-radius: 50%; top: 35px; background: #fff; &:before { content: ""; position: absolute; background: #222; width: 10px; height: 9px; border-radius: 3px; top: -4px; left: 1px; } &:after { content: ""; top: -14px; left: 9px; position: absolute; width: 52px; height: 19px; border-bottom: solid #222 2px; border-radius: 30%; } } .red { background-color: $red; animation: lightningRed 1s infinite; } .green { background-color: $green; animation: lightningGreen 0.8s infinite; } .yellow { background-color: $yellow; animation: lightningYellow 0.9s infinite; } .blue { background-color: $blue; animation: lightningBlue 1.1s infinite; } .pink { background-color: $pink; animation: lightningPink 1.2s infinite; } @keyframes lightningRed { 0% { box-shadow: 5px 10px 35px 10px $red; } 50% { box-shadow: none; } 100% { box-shadow: 5px 10px 35px 10px $red; } } @keyframes lightningGreen { 0% { box-shadow: 5px 0 35px 10px $green; } 50% { box-shadow: none; } 100% { box-shadow: 5px 0 35px 10px $green; } } @keyframes lightningYellow { 0% { box-shadow: 5px 0 35px 10px $yellow; } 50% { box-shadow: none; } 100% { box-shadow: 5px 0 35px 10px $yellow; } } @keyframes lightningBlue { 0% { box-shadow: 5px 0 35px 10px $blue; } 50% { box-shadow: none; } 100% { box-shadow: 5px 0 35px 10px $blue; } } @keyframes lightningPink { 0% { box-shadow: 5px 0 35px 10px $pink; } 50% { box-shadow: none; } 100% { box-shadow: 5px 0 35px 10px $pink; } } @media (max-width: 1024px) { .line{ padding: 0; } li { margin: 0 15px 20px 15px; } } Javascript : $(function() { function randomInt(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); }; var limit_flake = 50; setInterval(function() { let dimension = randomInt(3, 9) + "px"; var flake = "<div class='drop animate' style='left:" + randomInt(10, window.innerWidth - 20) + "px;width:" + dimension + ";height:" + dimension + "'></div>"; $('body').append(flake); var list_flake = $('.drop'); if (list_flake.length > limit_flake) list_flake[list_flake.length - 1].remove(); }, 200); })
  7. Bun venit !
×
×
  • Create New...

Important Information