1
0
This commit is contained in:
matt 2025-02-01 10:08:14 +01:00
parent 8a3e03d443
commit e5d0f08688

View File

@ -49,7 +49,7 @@
.button {
padding: 8px 16px;
border-radius: 8px;
background: transparent;
background: linear-gradient(to bottom, #007bff, #0056b3); /* Blau */
box-shadow: 0 2px 4px rgba(0,0,0,0.7);
transition: all 0.2s;
display: flex;
@ -93,7 +93,7 @@
<!-- Button hinzufügen -->
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
<div class="button-inner">
<span class="button-text">Get Started</span>
<span class="button-text">Games</span>
</div>
</button>