File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 281
281
[ @RedNoodle325 ] ( https://github.com/RedNoodle325 )
282
282
283
283
[ @bunnyBites ] ( https://github.com/bunnyBites )
284
+ -[ @Vigneshwaar ] ( https://github.com/V6g1 )
Original file line number Diff line number Diff line change 29
29
}
30
30
31
31
.scoreboard {
32
+ margin : 10rem auto 30rem auto;
32
33
display : flex;
33
34
width : 30vw ;
34
35
justify-content : space-evenly;
45
46
}
46
47
47
48
.options {
49
+
48
50
display : flex;
49
51
width : 50vw ;
50
52
justify-content : space-evenly;
51
- margin-top : 2 rem ;
53
+ margin-top : 3 rem ;
52
54
}
53
55
54
56
.rock ,
65
67
}
66
68
67
69
.choice {
70
+ margin : 100px auto 0 auto;
68
71
font-size : 2rem ;
69
72
font-weight : bold;
70
73
}
Original file line number Diff line number Diff line change 11
11
< section id ="myDIV " class ="header p-2 ">
12
12
< h2 id ="page-title "> To-Do List</ h2 >
13
13
< div class ="adding ">
14
- < input type ="text " id ="myInput " placeholder ="Enter Task ">
14
+ < input type ="text " id ="myInput " placeholder ="Enter Task " >
15
15
< span onclick ="newElement() " class ="btn btn-pink "> Add</ span >
16
16
</ div >
17
17
</ section >
You can’t perform that action at this time.
0 commit comments