Browse Source

docs(ascii-art-color): improve readability

reorganised question due to code-quote bug in teh platform
fixDevirged
davhojt 2 years ago committed by Dav Hojt
parent
commit
d6c61dc527
  1. 4
      subjects/ascii-art/color/audit.md

4
subjects/ascii-art/color/audit.md

@ -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?

Loading…
Cancel
Save