neu
This commit is contained in:
parent
8a3e03d443
commit
e5d0f08688
@ -49,7 +49,7 @@
|
|||||||
.button {
|
.button {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: transparent;
|
background: linear-gradient(to bottom, #007bff, #0056b3); /* Blau */
|
||||||
box-shadow: 0 2px 4px rgba(0,0,0,0.7);
|
box-shadow: 0 2px 4px rgba(0,0,0,0.7);
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -93,7 +93,7 @@
|
|||||||
<!-- Button hinzufügen -->
|
<!-- Button hinzufügen -->
|
||||||
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
|
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
|
||||||
<div class="button-inner">
|
<div class="button-inner">
|
||||||
<span class="button-text">Get Started</span>
|
<span class="button-text">Games</span>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user