neu
This commit is contained in:
parent
e5d0f08688
commit
c5afc21df8
@ -47,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 8px 16px;
|
padding: 16px 32px; /* Doppelte Größe */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: linear-gradient(to bottom, #007bff, #0056b3); /* Blau */
|
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);
|
||||||
@ -69,6 +69,7 @@
|
|||||||
.button-text {
|
.button-text {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 1.5em; /* Textgröße anpassen */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -88,7 +89,6 @@
|
|||||||
Creative Crafter</h1>
|
Creative Crafter</h1>
|
||||||
<h3>Hi, meine Gamertag ist Creative Crafter. Auf dieser Website zeige ich euch meine Spiele.</h3>
|
<h3>Hi, meine Gamertag ist Creative Crafter. Auf dieser Website zeige ich euch meine Spiele.</h3>
|
||||||
<h2><img src="/icons/spiele.png" height="25vh">Programmiern</h2>
|
<h2><img src="/icons/spiele.png" height="25vh">Programmiern</h2>
|
||||||
<a href="/programmieren/spiele/"><img src="/icons/meine-spiele.png" height="100vh"></a>
|
|
||||||
|
|
||||||
<!-- Button hinzufügen -->
|
<!-- Button hinzufügen -->
|
||||||
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
|
<button class="button" onclick="window.location.href='/programmieren/spiele/'">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user