diff --git a/index.html b/index.html index 5ffe8f6..74d5f48 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,31 @@ Document -

My Tasks

-
+ +
+ + + + + Document + + + +<<<<<<< HEAD +

My Personal Task Manager

+======= +

My Tasks Lists

+>>>>>>> delete-feature +
+
+ + + +
+
+ + + +
\ No newline at end of file diff --git a/script.js b/script.js index 90dcc03..8282fb8 100644 --- a/script.js +++ b/script.js @@ -1 +1,7 @@ -console.log("Task Manager Loaded"); \ No newline at end of file +const handleClick = ()=>{ + console.log("Task added"); +} + +const handleDelete = ()=>{ + console.log("Task Deleted"); +} \ No newline at end of file diff --git a/style.css b/style.css index 10b9243..88dc640 100644 --- a/style.css +++ b/style.css @@ -8,4 +8,31 @@ body { h1 { text-align: center; color: #333; -} \ No newline at end of file +}body { + font-family: Arial, Helvetica, sans-serif; + max-width: 600px; + margin: 50px auto; + padding: 20px; +} + +h1 { + text-align: center; + color: black; +} + +form { + margin-bottom: 21px; +} + +input { + width: 70%; + padding: 10px; + border: 1px solid #ddd; + border-radius:4px ; +} + +button:hover { + background:#0056b3; +} + + diff --git a/utils.js b/utils.js new file mode 100644 index 0000000..982637b --- /dev/null +++ b/utils.js @@ -0,0 +1 @@ +console.log("Hello Pranay Aswani");