Assessment wanted for "Fundamental Layout Comprehension" Task

Hello there,

I recently completed the Layout Task and I need a review for the code.

Here are the Code pen link and Task link.

Please feel free to point out the flaws and any Advice is heartily welcome.

Thank you in Advance,
Dinesh

And again we have a well solved exercise by @Dinesh_Sake :grin:

Two small optimizations:

  • position: relative on body isn’t necessary for sticky to work
  • flex: 1 on a can be removed. It has no effect since a is not a Flex element. It would work on li because only direct descendants are flex elements.

I hope that helps,
Michael

2 Likes