From d6c61dc527cfc75e823b5dbef23b39bd2412b54b Mon Sep 17 00:00:00 2001 From: davhojt Date: Sat, 24 Sep 2022 16:53:04 +0300 Subject: [PATCH] docs(ascii-art-color): improve readability reorganised question due to code-quote bug in teh platform --- subjects/ascii-art/color/audit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 28d3d936..e25f3487 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -88,4 +88,6 @@ EX: go run . something --color= #### Bonus -###### +Can you use different notations for the `--color` flag? Examples: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)` +##### Try to use different `--color` flag notations like: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`. + +###### Is it possible to use 2 or more color flag notations?