Gradients
This commit is contained in:
Generated
+1
-1
@@ -62,7 +62,7 @@
|
||||
<workItem from="1679674448294" duration="3278000" />
|
||||
<workItem from="1679754546660" duration="3762000" />
|
||||
<workItem from="1679776338023" duration="11768000" />
|
||||
<workItem from="1679841996008" duration="1356000" />
|
||||
<workItem from="1679841996008" duration="1953000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
+10
-8
@@ -51,29 +51,31 @@
|
||||
|
||||
<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 class="color3">
|
||||
<h2>FlufflParty</h2>
|
||||
<h2>We</h2>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
<div class="color1">
|
||||
<h2>Characters</h2>
|
||||
<h2>Data</h2>
|
||||
<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>
|
||||
</div>
|
||||
<div class="color2">
|
||||
<h2>Coming Soon</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
+7
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user