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