Hi Everyone!
If you complete the exercise, but your color choice shows "Wrong" even when it is correct, then take a look at your colors array and make sure that the colors have spaces after the commas in the RGB expression, otherwise the picked color will not match the randomly selected color.
e.g.,
Correct: "rgb(255, 0, 0)"
Incorrect: "rgb(255,0,0)"
Also, if you are using firefox instead of chrome, then see this solution.
And lastly, if you're wondering how using padding-bottom: 30%; in the CSS will set the height for the squares then see here.
TL;DR: "When you specify the height or width as a percentage, that's a percentage with respect to the element's parent."
Thanks! :)
Ian
Course TA