1212</ head >
1313
1414< body >
15- < header class ="header "> < img src ="./eisenhower-matrix.jpg " alt ="eisenhower matrix ">
16- < a class ="more-information " href ="https://goal-life.com/page/method/matrix-eisenhower ">
15+ < header class ="header ">
16+ < img class ="header__img " src ="./eisenhower-matrix.jpg " alt ="eisenhower matrix ">
17+ < a class ="header__more-information " href ="https://goal-life.com/page/method/matrix-eisenhower ">
1718 Want more details?
1819 </ a >
1920 </ header >
2021
2122 < main >
22- < section >
23- < div class ="centered-wrapper ">
24- < h1 class ="title "> Todo</ h1 >
25- < div class ="add-wrapper ">
26- < h3 >
27- < label for ="new-task "> Add Item</ label >
28- </ h3 >
29- < div class ="task-row-wrapper ">
30- < input id ="new-task " class ="task " type ="text ">
23+ < section class ="tasks ">
24+ < div class ="tasks__centered-wrapper ">
25+ < h1 class ="tasks__main-title "> Todo App</ h1 >
26+
27+ < div class ="tasks__add-wrapper ">
28+ < h2 >
29+ < label class ="tasks__title " for ="new-task "> Add Item</ label >
30+ </ h2 >
31+ < div class ="tasks__row-wrapper ">
32+ < input id ="new-task " class ="tasks__field " type ="text ">
3133 < button > Add</ button >
3234 </ div >
3335 </ div >
3436
35- < h2 > Todo</ h2 >
37+ < h2 class =" tasks__title " > Todo</ h2 >
3638 < ul id ="incomplete-tasks ">
3739 < li >
3840 < input type ="checkbox ">
39- < label class ="task "> Pay Bills</ label >
40- < input type ="text " class ="task ">
41+ < label class ="tasks__field "> Pay Bills</ label >
42+ < input type ="text " class ="tasks__field ">
4143 < button class ="edit "> Edit</ button >
4244 < button class ="delete ">
4345 < img src ="./remove.svg " alt ="remove ">
@@ -46,21 +48,22 @@ <h2>Todo</h2>
4648
4749 < li class ="edit-mode ">
4850 < input type ="checkbox ">
49- < label class ="task "> Go Shopping</ label >
50- < input type ="text " value ="Go Shopping " class ="task ">
51+ < label class ="tasks__field "> Go Shopping</ label >
52+ < input type ="text " value ="Go Shopping " class ="tasks__field ">
5153 < button class ="edit "> Save</ button >
5254 < button class ="delete ">
5355 < img src ="./remove.svg " alt ="remove ">
5456 </ button >
5557 </ li >
5658
5759 </ ul >
58- < h2 > Completed</ h2 >
60+ < h2 class =" tasks__title " > Completed</ h2 >
5961 < ul id ="completed-tasks ">
6062 < li >
6163 < input type ="checkbox " checked >
62- < label class ="task "> See the Doctor</ label >
63- < input type ="text " class ="task "> < button class ="edit "> Edit</ button >
64+ < label class ="tasks__field "> See the Doctor</ label >
65+ < input type ="text " class ="tasks__field ">
66+ < button class ="edit "> Edit</ button >
6467 < button class ="delete ">
6568 < img src ="./remove.svg " alt ="remove ">
6669 </ button >
0 commit comments