Hello! I have just finished the Mozilla splash page assessment, and there are 2 things I want to ask you about:
-
Could you please give any positive / negative feedback about the assessment itself. Here is the Glitch link (used it, instead of CodePen, because it can host assets)
Edit mode: https://glitch.com/edit/#!/basalt-dull-gondola
Live site: https://basalt-dull-gondola.glitch.me -
The second thing, is: I haven’t dived into CSS much yet, but I do understand that body { max-width: 1200px } means. Therefore, wouldn’t it be better to change this chapter of assessment…
…to prompt a developer to resize image to 300w instead of 400w? Mathematically, we won’t see images take >300w anytime, because 300 * 4 = 1200px. Therefore, we can save a few kilobytes and a little loading time, can’t we? (the CSS, provided on MDN:)