From 65ba52d6c60eb2bd6971e6f0ed4d59a22d115d53 Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Sun, 4 Oct 2020 02:14:55 +0300 Subject: [PATCH] Day_4 --- 04_Day_Component/04_components.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/04_Day_Component/04_components.md b/04_Day_Component/04_components.md index 6209460..4c138a1 100644 --- a/04_Day_Component/04_components.md +++ b/04_Day_Component/04_components.md @@ -489,7 +489,9 @@ ReactDOM.render(, rootElement) 3. Use functional component to create the following design -![News Letter](../images/news_letter_design.png) 4. Use the give hexadecimal color generator in the example to create these random colors +![News Letter](../images/news_letter_design.png) + + 4. Use the given hexadecimal color generator in the example to create these random colors ![Hexadecimal colors](../images/hexadecimal_color_exercise.png)