File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,20 @@ function finish() {
4141 <!-- Task content area -->
4242 <div class =" w-[80%] h-[80%]" >
4343 <!-- Task title -->
44- <h1 class =" text-2xl font-bold mb-4" >Task 1</h1 >
44+ <h1 class =" text-2xl font-bold mb-4" >Task 1: What is your favorite color? </h1 >
4545
4646 <!-- Form input section -->
47- <div class =" w-1/4 mx-auto mb-10 pb-52 text-left" >
47+ <div class =" w-1/2 mx-auto mb-10 pb-52 text-left" >
4848 <!-- Trial count input form -->
4949 <div class =" space-y-2" >
5050 <label for =" faveColor" class =" text-sm font-medium" >Favorite color</label >
51- <Input id="faveColor" v-model =" faveColor " placeholder="Enter favorite color" type="string" />
51+ <Input
52+ id="faveColor"
53+ v-model =" faveColor "
54+ placeholder="Enter favorite color"
55+ type="string"
56+ class="bg-background text-foreground"
57+ />
5258 <p class =" text-sm text-muted-foreground" >What is your favorite color?</p >
5359 </div >
5460
Original file line number Diff line number Diff line change @@ -41,14 +41,20 @@ function finish() {
4141 <!-- Task content area -->
4242 <div class =" w-[80%] h-[80%]" >
4343 <!-- Task title -->
44- <h1 class =" text-2xl font-bold mb-4" >Task 1 </h1 >
44+ <h1 class =" text-2xl font-bold mb-4" >Task 2: What is your favorite number? </h1 >
4545
4646 <!-- Form input section -->
47- <div class =" w-1/4 mx-auto mb-10 pb-52 text-left" >
47+ <div class =" w-1/2 mx-auto mb-10 pb-52 text-left" >
4848 <!-- Trial count input form -->
4949 <div class =" space-y-2" >
5050 <label for =" faveNumber" class =" text-sm font-medium" >Favorite number</label >
51- <Input id="faveNumber" v-model =" faveNumber " placeholder="Enter favorite number" type="number" />
51+ <Input
52+ id="faveNumber"
53+ v-model =" faveNumber "
54+ placeholder="Enter favorite number"
55+ type="number"
56+ class="bg-background text-foreground"
57+ />
5258 <p class =" text-sm text-muted-foreground" >What is your favorite number?</p >
5359 </div >
5460
You can’t perform that action at this time.
0 commit comments