-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (119 loc) · 2.26 KB
/
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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
margin: 0;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
min-width: 400px;
background-image: url("4317845.jpg");
text-align: center;
}
input {
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #5f9341;
margin-bottom: 10px;
margin-top: 2px;
}
.completed {
background-color: lightgreen;
transition: background-color 0.5s;
}
button {
background: #5f9341;
color: white;
padding: 10px 20px;
border: none;
font-weight: bold;
margin-bottom: 40px;
margin-left: 20px;
border-radius: 12px;
}
/* Style the button according to the provided design */
#delete-btn {
background: white;
color: crimson;
padding: 10px 20px;
border: 1px solid crimson;
font-weight: bold;
border-radius: 12px;
}
ol {
margin-top: 20px;
list-style: none;
padding-left: 0;
}
li {
margin-top: 3px;
margin-bottom: 25px;
text-align: left;
margin-left: 28px;
font-size: 20px;
font-family: 'Indie Flower', cursive;
}
/*a {
color: black;
font-size: 20px;
margin-bottom: 20px;
}*/
#icon{
color:#81c7e8;
margin-left: 10px;
}
#heading{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#clock {
font-size: 15px;
width: 140px;
height: 20px;
/* margin-top: -46px;
margin-bottom: 30px; */
text-align: center;
border: 2px solid black;
border-radius: 20px;
background-color: #5f9341;
}
#input-btn:hover{
color:#5f9341;
background-color: white;
border: 1px solid #5f9341;
}
#delete-btn:hover{
color:white;
background-color: crimson;
border: 1px solid crimson;
}
#download-btn{
background-color: #81c7e8;
border: 1px solid blueviolet;
color: black;
border-radius: 12px;
}
#download-btn:hover{
background-color: aliceblue;
color:#81c7e8;
border: 1px solid black;
}
#buttons-toggle{
display: flex;
flex-direction: row;
}
#quote-container{
color:black;
display: flex;
justify-content: center;
}
p{
font-family: 'Indie Flower', cursive;
}
#quote{
display: flex;
align-items: center;
justify-content: center;
}
h5{
margin-right:10px;
}