From ebcc5287c00c2028f86b19512f261582e888b449 Mon Sep 17 00:00:00 2001 From: Pratham Date: Wed, 6 Aug 2025 10:24:43 +0530 Subject: [PATCH] Update index.html --- Todo-app/index.html | 57 ++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 22 deletions(-) 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 +