diff --git a/Todo.css b/Todo.css new file mode 100644 index 0000000..7d0df91 --- /dev/null +++ b/Todo.css @@ -0,0 +1,57 @@ +body { + font-family: 'Open Sans', sans-serif; + background-color: #f8f9fa; + color: #343a40; + display: flex; + flex-direction: column; + align-items: center; + margin: 0; +} +#main-heading { + margin-top: 20px; +} +.container { + width: 90%; + max-width: 600px; + margin-top: 20px; +} +.grid-container { + display: grid; + grid-template-columns: 1fr auto auto; + gap: 10px; + margin-bottom: 20px; +} +.todo-container { + list-style-type: none; + padding: 0; + text-align: center; +} +.completed-todo-list { + margin-top: 20px; +} +.btn-todo { + background-color: #007bff; + color: white; +} +.completed { + text-decoration: line-through; + color: gray; +} +.light { + background-color: #343a40; + color: #f8f9fa; +} +.light-arrow { + color: #f8f9fa; +} +.delete-btn { + background: transparent; + border: none; + cursor: pointer; + color: #dc3545; + margin-left: 10px; +} +.delete-btn img { + width: 20px; + height: 20px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..6504627 --- /dev/null +++ b/index.html @@ -0,0 +1,117 @@ + + +
+ + + +24th Sep
+Wednesday
+