From 5cb2f67beba0de056c88425320be2feecdc93c0a Mon Sep 17 00:00:00 2001 From: Yash dhadve Date: Thu, 12 Oct 2023 19:13:53 +0530 Subject: [PATCH] search bar was aligned --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 586a120..92625f4 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

Simple To-Do List

- + diff --git a/style.css b/style.css index 7ac7990..344eb32 100644 --- a/style.css +++ b/style.css @@ -41,4 +41,10 @@ h1 { #add-button:hover { background-color: #0056b3; +} + +.ToDoSearchBar{ + width: 375px; + padding: 10px; + margin: 5px 0; } \ No newline at end of file