File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
React_Learning/07_tollPlaza/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function TollPlaza() {
23
23
24
24
return (
25
25
< div className = "flex justify-center items-center flex-col" >
26
- < h1 className = "font-bold text-xl text-red-700" > Toll Plaza</ h1 >
26
+ < h1 className = "font-bold text-4xl text-red-700" > Toll Plaza</ h1 >
27
27
28
28
< form
29
29
className = "flex flex-col"
@@ -37,7 +37,7 @@ function TollPlaza() {
37
37
< select
38
38
id = "options"
39
39
name = "options"
40
- className = "border px-3 py-2 bg-slate-200"
40
+ className = "border px-3 py-2 bg-slate-200 text-xl "
41
41
onChange = { updatePrice } >
42
42
< option value = "bike" > Bike</ option >
43
43
< option value = "car" > Car</ option >
@@ -54,7 +54,7 @@ function TollPlaza() {
54
54
</ div >
55
55
< button
56
56
type = "submit"
57
- className = "m-2 p-3 bg-blue-500" >
57
+ className = "m-2 p-3 bg-blue-500 font-bold " >
58
58
Submit
59
59
</ button >
60
60
</ form >
You can’t perform that action at this time.
0 commit comments