We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d257c7e commit 3b3eec2Copy full SHA for 3b3eec2
styles.css
@@ -49,6 +49,7 @@ main {
49
justify-content: space-between;
50
width: 100%;
51
margin: 25px 0px;
52
+ padding-bottom: 10px;
53
}
54
55
.tasks-wrapper {
@@ -142,6 +143,15 @@ input:checked + p {
142
143
transition: transform 300ms;
144
145
146
+.complete-all {
147
+ font-size: 12px;
148
+ padding: 10px 15px;
149
+ border-radius: 12px;
150
+ box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
151
+ left: 15px;
152
+ bottom: 15px;
153
+}
154
+
155
.add-task textarea {
156
border: none;
157
outline: none;
@@ -177,4 +187,4 @@ li:hover .delete{
177
187
pointer-events: all;
178
188
opacity: 1;
179
189
transform: translateX(0);
180
-}
190
0 commit comments