From 8932fbfd2d539a250fb6b89ea0aaca5129623a09 Mon Sep 17 00:00:00 2001 From: Meira Tompkins Date: Sun, 2 Feb 2020 15:18:55 -0500 Subject: [PATCH] changes to shopping app --- week-2/index.html | 91 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 77 insertions(+), 14 deletions(-) diff --git a/week-2/index.html b/week-2/index.html index a890ec6..21f9fae 100644 --- a/week-2/index.html +++ b/week-2/index.html @@ -18,6 +18,10 @@ li{ padding: .5em 0; } + + input:checked + span{ + text-decoration: line-through; + } @@ -27,25 +31,84 @@

My Shopping List App


-