This commit is contained in:
Suvodip Ghosh
2023-02-21 11:10:56 +05:30
parent b9673144ab
commit b08a619f09
7 changed files with 645 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
<section class="container-fluid">
<div class="bg-gradient-to-t from-blue-200 hero-text font-bold text-blue-700 text-center py-24 md:py-48 px-4">Worksheet for <span class="text-color-1">Literacy</span></div>
<div class="bg3 flex flex-col md:flex-row justify-center md:justify-end lg:px-48 px-4 pt-5 shadow-xl lg:gap-4">
<div class="flex">
<h1 class=" font-semibold py-4">Age:&nbsp;</h1>
<div class="flex" style="font-family: quicksand; font-weight:bold;">
<h1 class="py-4 font-semibold ">Age:&nbsp;</h1>
<select class="select max-w-xs bg3" @change="switchSelect($event)">
<option value="2">Select Age</option>
<option value="2">2-3 Year</option>
@@ -13,7 +13,7 @@
<option value="4">4-5 Year</option>
<option value="5">5-6 Year</option>
</select>
</div>
</div>
<!-- <div class="flex ">
<h1 class="pt-3 font-semibold py-8">Category:&nbsp;</h1>
<select class="select max-w-xs">