League of Legends Team Grey

WirSuchenDich

Team Leader / Toplane

WirSuchenDich

Jungle

WirSuchenDich

Team Leader / Midlane

WirSuchenDich

AD-Carry

WirSuchenDich

Supporter

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap'); body { color: #ededed; margin: 0; padding: 0; scroll-behavior: smooth; overflow: hidden; } ::-webkit-scrollbar { width: 0px; } /* Title */ .title-wrap { width: 100%; margin: 75px 0px; } .title { width: 80%; margin: auto; text-align: center; font-family: "Montserrat", sans-serif; } .title h1 { color: #B53636; font-size: max(1.5vw, 25px); margin: 0; animation: stretchIn 3s 1; } .title h2 { margin: 0; font-size: max(6vw, 90px); transition: 1s ease; } .title:hover h2{ letter-spacing: 20px; } @media screen and (max-width:500px) { .title h1, h2 { animation: none; } .title:hover h2 {letter-spacing: normal;} } /* Matches*/ .matches-wrap { width: 100%; margin-top: 50px; padding-top: 20px; border-color: #1f1f1f; font-family: "Montserrat", sans-serif; } #matchesHeader { text-align: center; margin: 0; font-size: max(4vw, 50px); transition: 1s ease; } .match { width: 60%; margin: 30px auto; border: solid; border-width: thin; background: linear-gradient(312deg, rgba(9,9,9,255) 0%, rgba(31,31,31,255) 100%); box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.5); } .nothing {width: 60%; margin: 130px auto; height: 150px;} .nothing h1 {text-align: center; font-weight: lighter;} @media screen and (max-width:800px) { .match { width: 80%; } .match-team1, .match-team2, .match-middle, .match-enemy { width: 30%; } .map h1, .map h2{ width: 35%; text-align: center; } .map h2 { position: relative; right: 15%; } #matchesHeader:hover{ letter-spacing: normal; } } .match:hover .map{ height: 75px; } .match:hover .map h1, .match:hover .map h2{ font-size: max(1.2vw,13px); } .match-data { display: flex; justify-content: space-between; text-align: center; align-items: center; padding: 10px; } .match-team1 { font-size: max(0.5vw,4px); text-align: center; width: 20%; height: 100%; } .match-team1 h1{ font-size: 22px; } .match-team1 img { height: max(4vw, 50px); } .match-team2 { font-size: max(0.5vw,4px); text-align: center; width: 20%; height: 100%; } .match-team2 h1{ font-size: 22px; } .match-team2 img { height: max(4vw, 50px); } .wonteam h1{color: #18b81d;} .drawteam h1{color: #ffbb00;} .comingsoonteam h1{color: #ffffff;} .lostteam h1{color: #d61313;} .match-middle { width: 40%; height: 100%; } .match-middle img { height: max(4vw, 50px); } .match-middle h1 { margin: 0; font-size: max(1.5vw,15px); color: white; } .wi h1{color: #18b81d;} .dr h1{color: #ffbb00;} .cs h1{color: #ffffff;} .lo h1{color: #d61313;} .match-middle h2 { margin: 0; font-size: max(1vw,10px); } .map { display: flex; justify-content: space-between; align-items: center; border: solid; border-width: 0.1px; border-color: #1f1f1f; height: 0px; transition: 0.7s ease; background-blend-mode: darken; background-color: rgba(0,0,0,0.6); background-size: cover; background-position: center; background-repeat: no-repeat; } .map h1, .map h2{ width: 20%; text-align: center; transition: 0.5s ease; font-size: 0; } .won:hover{border-color: #18b81d; background-color: rgba(0,60,0,0.5);} .draw:hover{border-color: #ffbb00; background-color: rgba(0,60,0,0.5);} .comingsoon:hover{border-color: #ffffff; background-color: rgba(0,60,0,0.5);} .lost:hover{border-color: #d61313; background-color: rgba(60,0,0,0.5)} .hidden {display: none} .see-more { width: 60%; text-align: center; margin: 30px auto; } /* Animation */ @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @keyframes up-down { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(max(-6vh, -60px)); } } window.onload = function () { var body = document.body; var loader = document.getElementById("loaderWrap"); setTimeout(function() { window.scroll({ top: 0, left: 0 });},10); setTimeout(function () { body.style.overflow = "visible"; loader.style.opacity = "0%"; setTimeout(function () { loader.style.display = "none"; }, 500) }, 300) } function showMatches() { let matches = document.querySelectorAll(".hidden"); for (let i = 0; i < matches.length; i++) { matches[i].style.display = "block" } var button = document.getElementById("seeMore"); button.style.display = "none"; }

Last Matches