docs(ascii-art-color): improve readability

reorganised question due to code-quote bug in teh platform
This commit is contained in:
davhojt 2022-09-24 16:53:04 +03:00 committed by Dav Hojt
parent ac86faff7d
commit d6c61dc527
1 changed files with 3 additions and 1 deletions

View File

@ -88,4 +88,6 @@ EX: go run . something --color=<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?