1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
0944b22034 Liste auf Startseite 2024-01-02 23:09:16 +01:00
3a88f0c766 Meine Spiele Kategorien auf Startseite 2024-01-02 23:07:05 +01:00
7 changed files with 21 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
img/SpielTypen/Unity.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -29,6 +29,20 @@
<a class="menu-link-mobile" href="">Spiele</a> <a class="menu-link-mobile" href="">Spiele</a>
</div> </div>
<h1 class="headline">Meine Spiele</h1> <h1 class="headline">Meine Spiele</h1>
<div class="SpielTypen">
<a href="" class="KategorieLink"
><img src="img/SpielTypen/Javascript.png" alt=""
/></a>
<a href="" class="KategorieLink"
><img src="img/SpielTypen/PocketCode.png" alt=""
/></a>
<a href="" class="KategorieLink"
><img src="img/SpielTypen/Unity.png" alt=""
/></a>
<a href="" class="KategorieLink"
><img src="img/SpielTypen/Turbowarp.png" alt=""
/></a>
</div>
<script> <script>
function toggleMenu() { function toggleMenu() {

View File

@ -149,3 +149,10 @@ body {
background-color: rgb(104, 0, 0); background-color: rgb(104, 0, 0);
} }
} }
.Spieletypen {
display: block;
}
.KategorieLink{
width: 22vw;
height: 100%;
}