überar
This commit is contained in:
parent
f077133e16
commit
dc6bec1ff3
@ -221,14 +221,19 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<div align='center'>
|
<div align='center'>
|
||||||
<!-- Spielen-Button -->
|
<!-- Spielen-Button -->
|
||||||
<a href="/programmieren/spiele/Flappy-Witch/FlappyWitch.html">
|
<style>
|
||||||
<img src="/icons/spielen-button.png" width="500">
|
.button {
|
||||||
|
transform: scale(4);
|
||||||
<button class="button" onclick="window.location.href=`/programmieren/spiele/Flappy-Witch/FlappyWitch.html`>
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<button class="button" onclick="window.location.href='/programmieren/spiele/Flappy-Witch/FlappyWitch.html'">
|
||||||
<div class="button-inner">
|
<div class="button-inner">
|
||||||
<span class="button-text">Play</span>
|
<span class="button-text">Play</span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
</button>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user