├── index.html ├── script.js └── style.css /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding-blocks-archives/Project-TodoList-Bootstrap-jQuery/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coding-blocks-archives/Project-TodoList-Bootstrap-jQuery/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | #ulTasks li.done { 2 | color: #6c757d; 3 | text-decoration: line-through; 4 | } 5 | --------------------------------------------------------------------------------