Why does the div.ground in step 8 of the Penguin chapter positioned at the bottom instantly?

Shouldn’t all elements start from the top left? Why does the “.ground” in this step appear at the bottom as if it was pre-positioned there?

The ground class selector was supposed to be put at the bottom of the styles.css sheet in step 7, so it being at the bottom in step 8 should not be a surprise.

I may be misunderstanding your question since you are referencing elements in a step that wants you to change/add CSS.

No, that step was about assigning the width and height of the .ground element.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.