From 31f868d815753677ccb7adb210343decd1ab0f36 Mon Sep 17 00:00:00 2001 From: Noah Patullo Date: Wed, 8 Mar 2023 02:50:34 -0500 Subject: [PATCH] Corrections to question 4 and 6 ### Question 4 was wrong. - I have corrected the selected text answers and [demonstrated in this fiddle](https://jsfiddle.net/SleekPanther/92rpy6bh/1/). - Option 2 works. - Option 3. This results in blue, answer said true. - Option 4 had a typo in the text. - I am not able to retake the test in order to get modified screenshots. ### Question 6 was wrong. - Option 4 also works to hide the text [as shown in this fiddle here](https://jsfiddle.net/SleekPanther/423qxes0/) --- README.MD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.MD b/README.MD index a083487..96d0c29 100644 --- a/README.MD +++ b/README.MD @@ -49,9 +49,9 @@ div{

Please color me red

``` :x: :root{--test-color: red;} p{color:--test-color;}\ -:x: :root{--test-color: red;} p{color:var(--test-color);}\ -:heavy_check_mark: #tagId {color: red;}p{color:blue;}\ -:heavy_check_mark: p{colorLred !important;} #tagId{color:blue;} +:heavy_check_mark: :root{--test-color: red;} p{color:var(--test-color);}\ +:x: #tagId {color: red;} p{color:blue;}\ +:heavy_check_mark: p{color: red !important;} #tagId{color:blue;} @@ -77,7 +77,7 @@ div{ :x: input::placeholder{visibility:clip;}\ :heavy_check_mark: input::placeholder{color: transparent;}\ :x: input::placeholder{display: none;}\ -:x: input::placeholder{visibility:hidden}; +:heavy_check_mark: input::placeholder{visibility:hidden}; @@ -122,4 +122,4 @@ div{ - \ No newline at end of file +