diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 5298ce4..6350577 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -74,6 +74,12 @@ .gamemode__content--text h2 { margin: 2% 0 .5% 10%; + text-transform: uppercase; + color: #FFF; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat; + font-size: 20px; + font-weight: 700; } .gamemode__content--text div { @@ -207,8 +213,38 @@ background: #EF4444; filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 40px; - width: 40%; + width: 60%; + height: 50%; margin: 18px 36px 0 35px; } +.linecontent-3 { + display: flex; + justify-content: center; + align-items: center; + text-align: center; +} + +.gamemode__twoline--first__element .linecontent-3 h3 { + padding-left: 15%; + text-align: center; + color: #fff; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat Alternates; + font-size: 87px; + font-weight: 700; +} + +.gamemode__twoline--first__element .container { + display: flex; + justify-content: center; + align-items: center; + text-align: center; +} + +.gamemode__twoline--first__element .container a { + margin-right: 10%; + padding: 20px 20px; +} + /* /GameMode */ \ No newline at end of file diff --git a/luckydiamond/src/assets/icons-gamemodes/slots-icon.png b/luckydiamond/src/assets/icons-gamemodes/slots-icon.png new file mode 100644 index 0000000..829965d Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemodes/slots-icon.png differ diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index 00782fa..f406810 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -67,6 +67,10 @@