From 661306562cba2018b3a7e45ab055247913638f26 Mon Sep 17 00:00:00 2001 From: Jagriti Chopra Date: Sun, 27 Oct 2024 15:09:06 +0530 Subject: [PATCH] Improved To Do List --- Personalized.html | 580 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 405 insertions(+), 175 deletions(-) diff --git a/Personalized.html b/Personalized.html index fb6dad4e..aa57e00c 100644 --- a/Personalized.html +++ b/Personalized.html @@ -4,138 +4,201 @@ Devotion To-Do List - + - .progress-bar { - height: 30px; /* Increased height */ - width: 0; /* Default to 0% */ - background-color: #3f51b5; /* Krishna's blue */ - border-radius: 5px; - text-align: center; - color: white; - line-height: 30px; /* Center text vertically */ - font-size: 16px; /* Font size for progress text */ - } - - footer { - margin-top: 30px; - font-size: 1.2em; /* Larger footer text */ - color: #3f51b5; /* Krishna's blue */ - } - .home-button { - margin-top: 20px; - padding: 15px 30px; - font-size: 18px; - color: white; - background-color: #4CAF50; /* Green button */ - border: none; - border-radius: 5px; - cursor: pointer; - transition: background-color 0.3s; - } - - .home-button:hover { - background-color: #45a049; /* Darker green on hover */ - } - + + -

Devotion To-Do List

+ -
+ - -
- + + +
+

Devotional To Do List

+ +

Add Task

+ + + +

Search Tasks

+ + +

Pending Tasks

+
    + +

    Completed Tasks

    +
      +
      -