diff --git a/Frontend/TO-DO App/TO_DO.html b/Frontend/TO-DO App/TO_DO.html
index 8e66d5d..4557024 100644
--- a/Frontend/TO-DO App/TO_DO.html
+++ b/Frontend/TO-DO App/TO_DO.html
@@ -19,7 +19,7 @@
justify-content: center;
align-items: center;
min-height: 100vh;
- background: linear-gradient(#9cebfc,#6ae1fb);
+ background: linear-gradient(pink,#6ae1fb);
}
.center{
/* display: none; */
@@ -46,8 +46,8 @@
padding: 10px 0;
}
input[type="button"]{
- width: 58px;
- height: 55px;
+ width: 50px;
+ height: 50px;
margin: 5px;
font-size: 22px;
line-height: 55px;
@@ -65,7 +65,7 @@
color: white;
}
input#equal{
- width: 275px;
+ width: 250px;
margin: 10px 0 10px 0;
font-size: 30px;
color: white;