[BUG] CSS lesson: Border, question 2 - Fill in the blanks to set the border style:
This question is very misleading, or ambiguous in my opinion. The question reads: Fill in the blanks to set the border style: In my opinion there's a lack of information. What style is expected? Solid, Double, Dotted?... Apparently they expect solid. The next thing is; How should the answer be formatted? border-style:solid; is not the right answer. border-style: solid; is also not the right answer. After I tried: - border-style:solid; - border-style: solid; - solid; - :solid; - : solid; - border-style: dashed; ...etc. I asked for the answer and wouldn't you know it... The answer was "border-style: solid"; A solution I had provided 2 times already. That was the most frustrating lesson I've had on Sololearn, espeacially because the subject is so simple, yet the question tried it's hardest to confuse instead of teach. I can't be the only one that felt that this question, on purpose, wanted to throw us off to an extend that made them leave out information to make the question harder to answer.