Button Layout

This commit is contained in:
brausjonas
2023-03-26 19:21:41 +02:00
parent f44184cef0
commit cd678cb7a0
3 changed files with 15 additions and 4 deletions
+3 -3
View File
@@ -56,7 +56,7 @@
<h1 style="color: #F7A4A4">Welcome to the games section</h1>
<div class="mainPageCards">
<div class="color3">
<div class="googlePlayCard">
<h2>Google Play</h2>
<p>
Visit our page on Google Play!
@@ -74,14 +74,14 @@
<button style="background-image: linear-gradient(#B6E2A1, #FFFBC1)" onclick="window.location.href='https://play.google.com/store/apps/details?id=com.IOGameStudios.FlufflParty'">Get!</button>
</div>
<div class="color2">
<div class="color3">
<h2>FlufflParty Test Build</h2>
<p>
You can download a test build of FlufflParty for PC now.
</p>
<button style="background-image: linear-gradient(#B6E2A1, #FFFBC1)" onclick="window.location.href='https://www.iogamestudios.de/FlufflParty.zip'">Download</button>
<button style="background-image: linear-gradient(#b9a4f7, #ece2ff);" onclick="window.location.href='https://www.iogamestudios.de/FlufflParty.zip'">Download</button>
</div>
</div>