Assessment wanted for -> Overflow Skill Test

Here’s my code and a live example.

Any advice is always welcome. :smiley:

Hi @salvadorperezm

I’ve reviewed your code and I have just one comment:

On the first task you have used the overflow-x property, but the correct one to use should have been overflow-y, or even better overflow, as the task was not asking for scrollbars in specific axes.

It worked with your code but only because setting one axis property makes the other behave as auto, and as the p elements flow with the container width, the only overflow is in the vertical axis, hence the vertical scrollbar.

All in all, it is a good job, and I hope to see more from you!

Damian.

2 Likes

Thank you @dsthode!

I’ve already updated my code.

I really appreciate your feedback, have a nice day. :smiley:

1 Like