1
0
This commit is contained in:
matt 2025-02-01 17:05:02 +01:00
parent 1151445128
commit 519b6865d8

View File

@ -224,12 +224,13 @@
<style>
.unique-button {
transform: scale(4);
background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blauverlauf */
}
</style>
<div class="flex justify-center items-center gap-12 h-full">
<div class="bg-gradient-to-b from-gray-800/40 to-transparent p-[4px] rounded-[16px]">
<button class="group p-[4px] rounded-[12px] bg-gradient-to-b from-gray-700 to-gray-600 shadow-[0_2px_4px_rgba(0,0,0,0.7)] hover:shadow-[0_4px_8px_rgba(0,0,0,0.6)] active:shadow-[0_0px_1px_rgba(0,0,0,0.8)] active:scale-[0.995] transition-all duration-200 unique-button">
<button class="group p-[4px] rounded-[12px] shadow-[0_2px_4px_rgba(0,0,0,0.7)] hover:shadow-[0_4px_8px_rgba(0,0,0,0.6)] active:shadow-[0_0px_1px_rgba(0,0,0,0.8)] active:scale-[0.995] transition-all duration-200 unique-button">
<div class="bg-gradient-to-b from-gray-600 to-gray-700 rounded-[8px] px-3 py-2">
<div class="flex gap-2 items-center">
<span class="font-semibold text-white">Get Started</span>