We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2727a commit b68bc29Copy full SHA for b68bc29
project1/css/index.css
@@ -39,10 +39,10 @@ body{
39
/* Things to do section */
40
.todo-wrapper{
41
border: 2px solid black;
42
- background-color: pink;
+ background-color: #FFE3E3;
43
width: 95%;
44
height: 70vh;
45
- color: white;
+ color: #628395;
46
/* margin-left: 8px; */
47
}
48
@@ -178,4 +178,4 @@ body{
178
margin-bottom: 20px;
179
text-align: center;
180
font-weight: bold;
181
-}
+}
0 commit comments