I need help on 2. Taking up space

what do is do excatly and the code i need it so i can understand what to do.

This is the task for this exercise:

Set the display of all <div>s to block.

To set the display property to the block value you do this:

display: block;

Now you just need to add that property/value to your CSS rule that selects all the divs.

Can you see how that works now?


:green_heart: How to post code in this forum.

A post was split to a new topic: I am 100% about my code, however I am unable to validate it

I have the same problem too!!!
When is Codecademy going to fix this!!?!?!?!?

Hi Remy,

Could you improve your question please? What exactly is the problem that you are having and what do you think that Codecademy can do to fix it?

A post was split to a new topic: 2. I write exactly what it asks me to do but it shows “Oops, try again”