update
parent
77e67c7f0b
commit
9e026d1b6f
|
@ -41,7 +41,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section id="section2" class="container mx-auto p-12 md:py-12">
|
<section id="section2" class="container mx-auto p-12 md:py-12">
|
||||||
<div class="grid grid-rows-1 md:grid-cols-3 gap-5">
|
<div class="grid grid-rows-1 md:grid-cols-3 gap-5">
|
||||||
<div class="bg-danger flex flex-col justify-around text-white rounded-xl gap-3 min-h-[30vh] 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-20 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">68</div>
|
<div class="text-6xl lg:text-7xl font-extrabold text-center">68</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">
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-info flex flex-col justify-around text-white rounded-xl gap-3 min-h-[30vh] 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-20 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">137</div>
|
<div class="text-6xl lg:text-7xl font-extrabold text-center">137</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">
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-warning flex flex-col justify-around text-white rounded-xl gap-3 min-h-[30vh] 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-20 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">89</div>
|
<div class="text-6xl lg:text-7xl font-extrabold text-center">89</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">
|
||||||
|
|
Loading…
Reference in New Issue