added blob into login page

This commit is contained in:
2026-03-24 10:42:30 +01:00
parent 95f92229a4
commit 692e2aef82
2 changed files with 7 additions and 2 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
<div class="flex flex-col items-center justify-center min-h-screen p-6 space-y-4 bg-white">
<div class="flex flex-col items-center justify-center min-h-screen p-6 space-y-4">
<img src="BeReady.png" alt="BeReady-Logo" class="w-1/3 max-w-xs">
<!-- <p class="text-3xl font-extrabold text-center text-black">-->
<!-- BeReady-->
<!-- </p>-->
<p class="text-gray-500 text-sm text-center w-3/5 leading-snug">
<p class="text-gray-500 text-sm text-center w-3/5 leading-snug relative">
Prêt à défier tes potes et prouver que tes le meilleur ?
<img src="blob.svg" class="absolute -top-150 -left-50 -right-50 max-w-[200vw] -z-1">
</p>
<app-login-form class="mb-9"></app-login-form>