From 8f56fef6cb588ae88c05879f68393892d2a81452 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 4 Jan 2021 11:44:10 +0000 Subject: [PATCH] ascii-art-color: adding bonus question --- subjects/ascii-art/color/audit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subjects/ascii-art/color/audit.md b/subjects/ascii-art/color/audit.md index 1a6150d91..4e9283dea 100644 --- a/subjects/ascii-art/color/audit.md +++ b/subjects/ascii-art/color/audit.md @@ -75,3 +75,7 @@ ###### +Did you learn anything from this project? ###### +Would you recommend/nominate this program as an example for the rest of the school? + +#### Bonus + +###### +Can you use for the flag "--color=" different notation? (ex: `--color=red`, `--color=#ff0000`, `--color=rgb(255, 0, 0)` or `--color=hsl(0, 100%, 50%)`)