feat: add gradient
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<h2 class="text-4xl">Laufende Projekte</h2>
|
<h2 class="text-4xl">Laufende Projekte</h2>
|
||||||
<div class="flex flex-wrap gap-10">
|
<div class="flex flex-wrap gap-10">
|
||||||
<section
|
<section
|
||||||
class="flex max-w-64 cursor-pointer flex-col gap-2 rounded-2xl bg-blue-100 p-5 transition-all select-none hover:bg-blue-200 active:bg-blue-300"
|
class="flex max-w-64 cursor-pointer flex-col gap-2 rounded-2xl bg-linear-to-br from-blue-100 from-50% to-yellow-100 p-5 transition-all select-none hover:from-10% active:bg-blue-300"
|
||||||
>
|
>
|
||||||
<h3 class="text-lg">GoLive ERP</h3>
|
<h3 class="text-lg">GoLive ERP</h3>
|
||||||
<p class="text-gray-500">
|
<p class="text-gray-500">
|
||||||
|
|||||||
Reference in New Issue
Block a user