-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_css.css
More file actions
53 lines (52 loc) · 752 Bytes
/
my_css.css
File metadata and controls
53 lines (52 loc) · 752 Bytes
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
.inputText{
border-radius: 4px;
width: 95%;
height: 24px;
}
.buttonAdd{
height: 30px;
width: 100%;
}
table{
width: 400px;
}
.buttonDelete{
float: right;
width: 26px;
height: 26px;
border: none;
margin-left: 2px;
background-color: white;
background-image: url("src/close.png");
background-size: 26px;
background-repeat: no-repeat;
}
.buttonDelete:hover{
border: none;
cursor: pointer;
}
.check{
float: left;
}
h5{
margin: 0;
}
#root{
width: 400px;
}
.taskList{
padding-bottom: 20px;
border-bottom: 2px solid black;
}
table{
border: 2px solid grey;
}
.cross{
text-decoration:line-through;
}
.notCross{
text-decoration: none;
}
.info{
width: 100%;
}