From 410e26df37f969a7305ddaa4c9cfa8f117516424 Mon Sep 17 00:00:00 2001 From: itsladykerrtoo <157747484+itsladykerrtoo@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:13:04 +0000 Subject: [PATCH 1/2] add styling --- style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..c69bcc1 --- /dev/null +++ b/style.css @@ -0,0 +1,37 @@ +body { + font-family: Arial, sans-serif; + background-color: #fbeeff; + padding: 30px; +} + +.todo-container { + background-color: #fff; + border-radius: 5px; + padding: 20px; + max-width: 500px; + margin: 0 auto; +} + +#todo-list { + list-style-type: none; + padding: 0; +} + +#todo-list li { + padding: 10px; + border: 1px solid #ddd; + margin-bottom: 10px; + position: relative; +} + +#todo-list li.done { + text-decoration: line-through; + color: #888; +} + +#todo-list li button { + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); +} \ No newline at end of file From dfe6ce9e42153b942d84c960049134b650a8b909 Mon Sep 17 00:00:00 2001 From: tskv2005 Date: Sun, 22 Mar 2026 23:36:07 +0100 Subject: [PATCH 2/2] created initial project --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3d15e5f..4b1868d 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
-

Git Going

+

Git Going!!!