diff --git a/Todo-app/index.html b/Todo-app/index.html index a2d1385..a50114d 100644 --- a/Todo-app/index.html +++ b/Todo-app/index.html @@ -5,53 +5,66 @@ - Scratch JS Todo list learn by concept clear + Scratch JS Todo List + .completed { + text-decoration: line-through; + color: grey; + } + + .delete-btn { + margin-left: 10px; + cursor: pointer; + background: #ff4d4d; + border: none; + color: white; + padding: 2px 6px; + border-radius: 4px; + } + + .sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; + } + +
+

My Todo

- Type in the below field 👇 and press enter to add your todo in the list + Type in the field below 👇 and press Enter to add your todo

+
- + +
- - - \ No newline at end of file +