File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,28 @@ function App() {
32
32
</ div >
33
33
</ div >
34
34
< form className = "flex flex-col bg-blue-500" >
35
- < label > Bill </ label >
35
+ < label > Number of people </ label >
36
36
< div className = "flex" >
37
37
< img src = { dollar } alt = "dollar" />
38
- < input type = "number" value = { 889 } className = "w-full" />
38
+ < input type = "number" value = { 0 } className = "w-full" />
39
39
</ div >
40
40
</ form >
41
41
</ div >
42
- < div className = " bg-green-600 w-full p-1" > </ div >
42
+ < div className = " bg-green-600 w-full p-1 rounded-lg" >
43
+ < div className = " bg-yellow-400 flex justify-between items-center mb-3" >
44
+ < h2 >
45
+ Tip Amount < span className = " block" > / person</ span >
46
+ </ h2 >
47
+ < h1 > $445</ h1 >
48
+ </ div >
49
+ < div className = " bg-yellow-400 flex justify-between items-center mb-3" >
50
+ < h2 >
51
+ Total < span className = " block" > / person</ span >
52
+ </ h2 >
53
+ < h1 > $445</ h1 >
54
+ </ div >
55
+ < button className = " bg-black w-full text-white" > Reset</ button >
56
+ </ div >
43
57
</ div >
44
58
</ div >
45
59
</ di >
You can’t perform that action at this time.
0 commit comments