From c8c6631787db46673a4e0b80434e1fa3b96c1751 Mon Sep 17 00:00:00 2001 From: Jerez <77088907+Jerez007@users.noreply.github.com> Date: Fri, 26 Feb 2021 19:26:19 +0000 Subject: [PATCH] Update ex_41.md --- exercises/browser/ex_41.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/browser/ex_41.md b/exercises/browser/ex_41.md index ba8b2df..092b5d5 100755 --- a/exercises/browser/ex_41.md +++ b/exercises/browser/ex_41.md @@ -10,7 +10,7 @@ * Create a basic HTML document * Create a style tag * Add a striked class and add the following css properties: - * Text decoration: striked + * Text decoration: line-through * Select all the li elements and change the cursor property and assing pointer as value * Create a script tag on the document head element * Dynamically create a ul element @@ -20,4 +20,4 @@ * Toggle the striked class when the user clicks the li element * Add the li elements to the ul element * Add the ul element to the body element -* At the end you need to see a list of 10 chores that you can click on to show that it's done \ No newline at end of file +* At the end you need to see a list of 10 chores that you can click on to show that it's done