Skip to content

Commit 3b3eec2

Browse files
authored
Added "complete all" button
Added "complete all" button style and added padding below the tasks section
1 parent d257c7e commit 3b3eec2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

styles.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ main {
4949
justify-content: space-between;
5050
width: 100%;
5151
margin: 25px 0px;
52+
padding-bottom: 10px;
5253
}
5354

5455
.tasks-wrapper {
@@ -142,6 +143,15 @@ input:checked + p {
142143
transition: transform 300ms;
143144
}
144145

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+
145155
.add-task textarea {
146156
border: none;
147157
outline: none;
@@ -177,4 +187,4 @@ li:hover .delete{
177187
pointer-events: all;
178188
opacity: 1;
179189
transform: translateX(0);
180-
}
190+
}

0 commit comments

Comments
 (0)