diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 12ff53d..1e52f22 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -62,7 +62,7 @@ - + diff --git a/Bannger.jpg b/Bannger.jpg new file mode 100644 index 0000000..99fc133 Binary files /dev/null and b/Bannger.jpg differ diff --git a/index.html b/index.html index aa08182..73fcfe7 100644 --- a/index.html +++ b/index.html @@ -51,29 +51,31 @@
-

We create games like back in the days

-

Have a look at our games and contents!

+

Welcome to...

+ + + + +

Short overview

-

FlufflParty

+

We

- FlufflParty is the new partygame for mobile and pc. - Play free and online with your friends. NO ADS. + Welcome to the new world of games. No Ads and totally free.

-

Characters

+

Data

- In FlufflParty there are witing many maps and cute characters for you! + We love your data just as you do. So we don't collect it. All of our game servers are hostet in germany.

Coming Soon

-
diff --git a/mainPage.css b/mainPage.css index 337547f..fb91b93 100644 --- a/mainPage.css +++ b/mainPage.css @@ -37,7 +37,7 @@ h1 { .color2 { - background-image: linear-gradient(#FEBE8C, #b9a4f7); + background-image: linear-gradient(#b9a4f7, #ece2ff); } .color3 @@ -118,3 +118,9 @@ h2 cursor: pointer; padding: 15px; } + +.imageFull +{ + max-width: 95%; + border-radius: 50px; +}