Gradients

This commit is contained in:
brausjonas
2023-03-26 17:19:32 +02:00
parent 8bb8b1afbc
commit 8a8eeac6f2
4 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<workItem from="1679674448294" duration="3278000" /> <workItem from="1679674448294" duration="3278000" />
<workItem from="1679754546660" duration="3762000" /> <workItem from="1679754546660" duration="3762000" />
<workItem from="1679776338023" duration="11768000" /> <workItem from="1679776338023" duration="11768000" />
<workItem from="1679841996008" duration="1356000" /> <workItem from="1679841996008" duration="1953000" />
</task> </task>
<servers /> <servers />
</component> </component>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

+10 -8
View File
@@ -51,29 +51,31 @@
<div class="contentArea"> <div class="contentArea">
<h1 style="color: #F7A4A4">We create games like back in the days</h1>
<h2>Have a look at our games and contents!</h2> <h1 style="color: #F7A4A4">Welcome to...</h1>
<img class="imageFull" src="Bannger.jpg">
<h1 style="color: #F7A4A4;">Short overview</h1>
<div id="mainPageGames"> <div id="mainPageGames">
<div class="color3"> <div class="color3">
<h2>FlufflParty</h2> <h2>We</h2>
<p> <p>
FlufflParty is the new partygame for mobile and pc. Welcome to the new world of games. No Ads and totally free.
Play free and online with your friends. NO ADS.
</p> </p>
</div> </div>
<div class="color1"> <div class="color1">
<h2>Characters</h2> <h2>Data</h2>
<p> <p>
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.
</p> </p>
</div> </div>
<div class="color2"> <div class="color2">
<h2>Coming Soon</h2> <h2>Coming Soon</h2>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
+7 -1
View File
@@ -37,7 +37,7 @@ h1 {
.color2 .color2
{ {
background-image: linear-gradient(#FEBE8C, #b9a4f7); background-image: linear-gradient(#b9a4f7, #ece2ff);
} }
.color3 .color3
@@ -118,3 +118,9 @@ h2
cursor: pointer; cursor: pointer;
padding: 15px; padding: 15px;
} }
.imageFull
{
max-width: 95%;
border-radius: 50px;
}