From 2d58f069a4769d9667107e507ed82605a081971e Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Wed, 17 Jun 2020 19:27:57 +0100 Subject: [PATCH] Adjusted the instructions. --- subjects/pick-and-click/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/pick-and-click/README.md b/subjects/pick-and-click/README.md index 3002ffdd..0dad2314 100644 --- a/subjects/pick-and-click/README.md +++ b/subjects/pick-and-click/README.md @@ -6,7 +6,7 @@ Today, you're gonna create your own color picker. Write the function `pick` which creates a `hsl` color picker varying the `hue` and `luminosity` of the according to the position of the mouse, which: -- changes `background` of the `body` +- changes the `background` color of the `body` - displays those 3 values, using the `text` class: - the `hue` value in a `div` with the class `hue` - the `luminosity` value in a `div` with the class `luminosity`