neu
This commit is contained in:
parent
01fc30383c
commit
8a3e03d443
26
index.html
26
index.html
@ -46,18 +46,15 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bg-gradient {
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
|
||||
padding: 4px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.button {
|
||||
padding: 4px;
|
||||
border-radius: 12px;
|
||||
background: linear-gradient(to bottom, gray, #4d4d4d);
|
||||
padding: 8px 16px;
|
||||
border-radius: 8px;
|
||||
background: transparent;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.7);
|
||||
transition: all 0.2s;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
@ -69,15 +66,6 @@
|
||||
transform: scale(0.995);
|
||||
}
|
||||
|
||||
.button-inner {
|
||||
background: linear-gradient(to bottom, #4d4d4d, gray);
|
||||
border-radius: 8px;
|
||||
padding: 8px 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.button-text {
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
@ -103,13 +91,11 @@
|
||||
<a href="/programmieren/spiele/"><img src="/icons/meine-spiele.png" height="100vh"></a>
|
||||
|
||||
<!-- Button hinzufügen -->
|
||||
<div class="bg-gradient">
|
||||
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
|
||||
<div class="button-inner">
|
||||
<span class="button-text">Get Started</span>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// Ladeanimation beim Laden der Seite anzeigen
|
||||
|
Loading…
x
Reference in New Issue
Block a user