diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index a2a2321..65f157c 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -122,7 +122,7 @@ .line__footer { display: flex; justify-content: center; - align-items: end; + align-items: center; padding-top: 12%; } @@ -145,22 +145,27 @@ } - - .line__btn--main a span { color: #000; font-size: 38px; } + + .gamemode__firstline { background: #EF4444; filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 40px; width: 50%; height: 100%; + margin: 0 0 18px 35px; +} + +.line__img { + float: right; + margin: 10px 66px 10px 47px; } -. .line__btn { border-radius: 21px; @@ -176,4 +181,25 @@ text-transform: uppercase; } +.line__btn--elm { + color: #000; + font-size: 38px; +} + +.linecontent-2 { + display: flex; + padding: 6px 6px; +} + +.linecontent-2 h1 { + font-size: 91px; + color: #FFF; + text-align: center; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat Alternates; + font-weight: 700; + text-transform: uppercase; + margin-bottom: 30px; +} + /* /GameMode */ \ No newline at end of file diff --git a/luckydiamond/src/assets/icons-gamemodes/case-icon.png b/luckydiamond/src/assets/icons-gamemodes/case-icon.png new file mode 100644 index 0000000..3612832 Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemodes/case-icon.png differ diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index c8bf354..0506562 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -27,7 +27,7 @@ v-for="mode in mainGameMode" :key="mode.id" > -