update
This commit is contained in:
@@ -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: </h1>
|
||||
<div class="flex" style="font-family: quicksand; font-weight:bold;">
|
||||
<h1 class="py-4 font-semibold ">Age: </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: </h1>
|
||||
<select class="select max-w-xs">
|
||||
|
||||
Reference in New Issue
Block a user