neu
This commit is contained in:
parent
8a3e03d443
commit
e5d0f08688
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user