diff --git a/src/components/HomePage/HomePage.css b/src/components/HomePage/HomePage.css index 7717882..6283fcf 100644 --- a/src/components/HomePage/HomePage.css +++ b/src/components/HomePage/HomePage.css @@ -1,7 +1,3 @@ -body -{ - overflow: hidden; -} .background-image { z-index: -1; diff --git a/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.css b/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.css index e2523db..2373212 100644 --- a/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.css +++ b/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.css @@ -1,4 +1,57 @@ -.titleMostPlayed + +.mostPlayedChampions { - + margin-top: 26px; + margin-left: 30px; +} + +.boxTitle +{ + text-transform: uppercase; +} + +.boxMostPlayedChampions +{ + width: 550px; + height: 322px; +} + +.imgContainerMostPlayed +{ + display: flex; + width: 420px; + margin: 0 auto; + background-color: red; +} +.aatrox +{ + width: 85px; +} + +.imgLeftPlayedChampion +{ + display: flex; + flex-direction: column; +} + +.imgLeftPlayedChampion > span +{ + display: flex; + margin: 0 auto; + color: #ffffff; + font-size: 14px; + margin-top: 15px; +} + +.textLeftMostPlayed span +{ + display: flex; + justify-content: center; + font-size: 10px; + color: #838384; +} + +.imgNumberOfTrophies +{ + } \ No newline at end of file diff --git a/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.tsx b/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.tsx index c3c3c34..7dcaed1 100644 --- a/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.tsx +++ b/src/components/PageStats/MostPlayedChampions/MostPlayedChampions.tsx @@ -1,10 +1,29 @@ import React from 'react' import './MostPlayedChampions.css' +import Aatrox from '../../assets/images/Aatrox.png'; +import image26 from '../../assets/images/image26.png'; +import MaskGroup from '../../assets/images/MaskGroup.svg'; + function MostPlayedChampions() { return ( -