-
Notifications
You must be signed in to change notification settings - Fork 0
/
Todolist.module.css
101 lines (97 loc) · 1.62 KB
/
Todolist.module.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.main{
height: 140px;
width: 100%;
background-color: rgb(184, 172, 172);
/* padding-top: 10px; */
}
.listJob{
background-color: rgb(246, 241, 241);
height: 110px;
width: 343px;
margin-left: 300px;
padding-top: 15px;
}
.job1{
display: flex;
justify-content: center;
align-items: center;
background-color: gainsboro;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 4px;
}
.input{
padding-right: 30px;
}
.php{
padding-right: 50px;
}
.pencil{
padding-left: 55px;
}
.trash{
padding-left: 20px;
}
.job2{
display: flex;
justify-content: center;
align-items: center;
background-color: gainsboro;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 4px;
}
.input1{
padding-right: 18px;
}
.react{
padding-right: 50px;
}
.pencil1{
padding-left: 55px;
}
.trash1{
padding-left: 20px;
}
.job3{
display: flex;
justify-content: center;
align-items: center;
background-color: gainsboro;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 4px;
}
.input2{
padding-right: 25px;
}
.java{
padding-right: 50px;
}
.pencil2{
padding-left: 55px;
}
.trash2{
padding-left: 20px;
}
.job4{
display: flex;
justify-content: center;
align-items: center;
background-color: gainsboro;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 4px;
}
.input3{
padding-right: 20px;
}
.net{
padding-right: 50px;
}
.pencil3{
padding-left: 55px;
}
.trash3{
padding-left: 20px;
}