|
@@ -8,9 +8,9 @@
|
8
|
8
|
|
9
|
9
|
@vite(['resources/css/app.css','resources/js/app.js'])
|
10
|
10
|
</head>
|
11
|
|
-<body class="bg-babyblue">
|
12
|
|
- <div class="border-2 border-navbarcolor h-screen w-screen p-52">
|
13
|
|
- <h1 class="text-navbarcolor text-xl flex mx-auto my-auto">Sesi pendaftaran RSVP sudah tamat.</h1>
|
|
11
|
+<body class="bg-babyblue min-h-screen flex items-center justify-center">
|
|
12
|
+ <div class="border-2 border-navbarcolor rounded-lg p-8 bg-white shadow-lg max-w-lg text-center">
|
|
13
|
+ <h1 class="text-navbarcolor text-2xl font-semibold">Sesi pendaftaran RSVP sudah tamat.</h1>
|
14
|
14
|
</div>
|
15
|
15
|
</body>
|
16
|
16
|
</html>
|