-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (53 loc) · 819 Bytes
/
style.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
.row {
margin-top: 70px;
}
#addInput {
width: 76%;
}
.editInput {
width: 50% !important;
margin-right: 7%;
}
label {
width: 60%;
margin: 8px 0;
}
label.completed {
text-decoration: line-through;
}
#addButton {
width: 6%;
background-color: inherit;
color: #000;
border: none;
margin: 0 0 0 10%;
padding: 0;
}
.editButton {
width: 7%;
background-color: inherit;
color: #000;
border: none;
margin: 0;
padding: 0;
}
.deleteButton {
width: 9%;
background-color: inherit;
color: #000;
border: none;
margin: 0 0 0 18%;
padding: 0;
}
h6 {
border-bottom: 2px solid #000;
padding-bottom: 7px;
margin: 42px 0px 21px;
font-weight: bold;
}
@media (max-width: 425px) {
label {
display: block;
margin: 16px 0;
}
}