1
0

Compare commits

..

No commits in common. "0944b220341a1eda26b9413e1f7848074944c585" and "481f9fb7695e354fdce52e4f6fe4fa6d07c749a0" have entirely different histories.

7 changed files with 0 additions and 21 deletions

BIN
img/DropDownMobile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -29,20 +29,6 @@
<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

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