feat: add tailwindcss sorter for prettier
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<title>Projektverwaltung</title>
|
||||
<link href="styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="text-gray-700 p-20">
|
||||
<body class="p-20 text-gray-700">
|
||||
<h1 class="text-2xl">Projektverwaltung</h1>
|
||||
<h2 class="text-4xl">Laufende Projekte</h2>
|
||||
<div class="flex flex-wrap gap-10">
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -19,7 +19,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -28,7 +28,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -37,7 +37,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -46,7 +46,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -55,7 +55,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -64,7 +64,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -73,7 +73,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -82,7 +82,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
@@ -91,7 +91,7 @@
|
||||
</p>
|
||||
</section>
|
||||
<section
|
||||
class="select-none bg-blue-100 p-5 rounded-2xl max-w-64 flex flex-col gap-2 cursor-pointer transition-all hover:bg-blue-200 active:bg-blue-300"
|
||||
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"
|
||||
>
|
||||
<h3 class="text-lg">GoLive ERP</h3>
|
||||
<p class="text-gray-500">
|
||||
|
||||
Reference in New Issue
Block a user