summary refs log tree commit diff
path: root/04/question.txt
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-14 03:20:53 +0000
commit588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 (patch)
treef1dbc0e6ff59af610a6043889606a8534ef6b1d4 /04/question.txt
parentrescue 12 (diff)
downloadhtml-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.gz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.bz2
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.tar.xz
html-588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6.zip
rescue
Diffstat (limited to '04/question.txt')
-rw-r--r--04/question.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/04/question.txt b/04/question.txt
deleted file mode 100644
index 38d8f13..0000000
--- a/04/question.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Question:
-In this assignment, you specified several hexadecimal color values. Find the
-RGB and HSL color value codes for two hexadecimal colors used in this lab.
-
-Answer:
-#F6EEE4 is equivalent to rgb(246,238,228) in RGB and hsl(33.3,50%,92.9%) in HSL.
-#2A1F14 is equivalent to rgb(42,31,20) in RGB and hsl(30,35.5%,12.2%) in HSL.