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