diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d9ff03d..9a5a019 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -14,8 +14,8 @@ @@ -62,7 +62,7 @@ - + diff --git a/Footerstyle.css b/Footerstyle.css new file mode 100644 index 0000000..15dcdf9 --- /dev/null +++ b/Footerstyle.css @@ -0,0 +1,8 @@ +footer +{ + margin-top: 50px; + padding: 30px 0; + text-align: center; + font-size: 20px; + background-color: #ffe2c1; +} \ No newline at end of file diff --git a/Icon.png b/Icon.png new file mode 100644 index 0000000..15ed42c Binary files /dev/null and b/Icon.png differ diff --git a/games.html b/games.html index 1318233..629e5c8 100644 --- a/games.html +++ b/games.html @@ -51,7 +51,7 @@
-
+
diff --git a/index.html b/index.html index 73fcfe7..f7afc88 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + @@ -59,7 +60,7 @@

Short overview

-
+

We

@@ -76,8 +77,31 @@

Coming Soon

+ + + +

Have a look at our games page

+ +
+
+

FlufflParty

+

+ An online multiplayer party game to have fun with your friends. Cool minigames action and more. +

+
+
+

Coming Soon

+
+
+

Coming Soon

+
+
+ +
+
IOGameStudios 2023
+ diff --git a/mainPage.css b/mainPage.css index 27e8db4..20963f8 100644 --- a/mainPage.css +++ b/mainPage.css @@ -53,7 +53,7 @@ h2 color: #41423f; } -#mainPageGames +.mainPageCards { display: flex; align-items: center; @@ -62,13 +62,13 @@ h2 @media (max-width: 18cm) { - #mainPageGames + .mainPageCards { flex-direction: column; } } -#mainPageGames div +.mainPageCards div { min-height: 300px; max-height: 300px; @@ -82,7 +82,7 @@ h2 @media (min-width: 18.1cm) { - #mainPageGames div + .mainPageCards div { min-width: 30%; max-width: 30%; @@ -91,7 +91,7 @@ h2 @media (max-width: 18cm) { - #mainPageGames div + .mainPageCards div { min-width: 80%; max-width: 80%; @@ -99,25 +99,34 @@ h2 } -#mainPageGames div h2 +.mainPageCards div h2 { margin-bottom: 40px; } -#mainPageGames p +.mainPageCards p { color: #41423f; text-align: center; + font-size: 18px; } -#mainPageGames button +.contentArea button { margin-top: 20px; border-radius: 50px; border-style: none; - color: #41423f; + background-image: linear-gradient(#F7A4A4, #FEBE8C); cursor: pointer; - padding: 15px; + padding: 15px 50px; +} + +.flufflPartyCard +{ + background-image: url("Icon.png"), linear-gradient(#F7A4A4, #FEBE8C); + background-repeat: no-repeat; + background-size: 100%; + background-position: center; } .imageFull diff --git a/quicklinks.html b/quicklinks.html index 7238889..f4117eb 100644 --- a/quicklinks.html +++ b/quicklinks.html @@ -50,7 +50,7 @@
-
+