Add Item
+Add Item
Add Item
Todo
+Todo
-
@@ -60,7 +60,7 @@
Todo
Completed
+Completed
- diff --git a/style.css b/style.css index dcbffbc..e71c03a 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,10 @@ button { outline: none; } +.visually-hidden { + display: none; +} + .header { width: 500px; margin: 0 auto; @@ -40,10 +44,6 @@ button { } } -.visually-hidden { - display: none; -} - .main_wrapper { display: block; width: 500px;