main
Ilham Wara Nugroho 2026-01-06 15:01:19 +07:00
parent 01f83302a4
commit 2eebf5fad4
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<div class="bg-danger flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> <div class="bg-danger flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
<div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['kota'] }}</div> <div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['kota'] }}</div>
<div class="flex justify-around items-center"> <div class="flex justify-around items-center">
<div class="flex flex-col"> <div class="flex flex-col items-center">
<span class="font-extrabold">Kota</span> <span class="font-extrabold">Kota</span>
<span class="opacity-[70%]">Sekolah Adiwiyata</span> <span class="opacity-[70%]">Sekolah Adiwiyata</span>
</div> </div>
@ -57,7 +57,7 @@
<div class="bg-info flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> <div class="bg-info flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
<div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['provinsi'] }}</div> <div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['provinsi'] }}</div>
<div class="flex justify-around items-center"> <div class="flex justify-around items-center">
<div class="flex flex-col"> <div class="flex flex-col items-center">
<span class="font-extrabold">Provinsi</span> <span class="font-extrabold">Provinsi</span>
<span class="opacity-[70%]">Sekolah Adiwiyata</span> <span class="opacity-[70%]">Sekolah Adiwiyata</span>
</div> </div>
@ -69,7 +69,7 @@
<div class="bg-warning flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> <div class="bg-warning flex flex-col justify-around text-white rounded-xl gap-3 py-10 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
<div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['nasional'] }}</div> <div class="text-6xl lg:text-7xl font-extrabold text-center">{{ $usulan['nasional'] }}</div>
<div class="flex justify-around items-center"> <div class="flex justify-around items-center">
<div class="flex flex-col"> <div class="flex flex-col items-center">
<span class="font-extrabold">Nasional</span> <span class="font-extrabold">Nasional</span>
<span class="opacity-[70%]">Sekolah Adiwiyata</span> <span class="opacity-[70%]">Sekolah Adiwiyata</span>
</div> </div>