1
0

Meine Spiele Kategorien auf Startseite

This commit is contained in:
Alexander 2024-01-02 23:07:05 +01:00
parent 481f9fb769
commit 3a88f0c766
7 changed files with 21 additions and 1 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>
</div>
<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>
function toggleMenu() {

View File

@ -17,7 +17,6 @@ body {
.header-container {
position: relative;
width: 100%;
}
.header-image {
@ -149,3 +148,10 @@ body {
background-color: rgb(104, 0, 0);
}
}
.Spieletypen {
display: block;
}
.KategorieLink {
width: 15vw;
height: 100%;
}