-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (51 loc) · 789 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
62
html, body{
background-color: #B03631;
min-height: 100%;
}
#credit{
position: relative;
bottom: 0;
text-align: center;
left: 50%;
transform: translate(-50%);
}
div{
align-content: center;
align-items: center;
text-align: center;
}
span{
font-size: 8rem;
}
button:not(#deleteTask, #clearItems, #checkTask){
width: 15%;
height: 65px;
background-color: #a94b47;
}
img{
height: 210px;
}
#heart{
height: 17px;
}
input{
width: 30%;
height: 40px;
border-radius: 11px;
background-color: #c46560;
}
#deleteImg{
height: 15px;
}
#checkImg{
height: 15px;
}
#clearItems{
width: 5%;
height: 40px;
background-color: #a94b47;
}
.dynamicButton{
height: 20px;
background-color: #c46560;
}