Assessment wanted for the Flexbox: Task 1, 2, 3 & 4

Hi all!

I hope you all are well and healthy.
There is a assessment tasks for Flexbox.

The assessment link is:

My Glitch links are:

https://flexbox-task-1.glitch.me


https://closed-odd-snowman.glitch.me

https://flexbox-task-3.glitch.me

https://few-habitual-whippoorwill.glitch.me

Thank you in advance for your time.

Have a nice day! :slightly_smiling_face:

Arshad

Hi @sarshas356

Nice work! Some small remarks:

  • Task 1: space-between would match the solution a bit closer, but your solution is close enough, I would say.
  • Task 2: You don’t need the 130px flex-basis. Just flex: 1; (and flex: 2;) is enough.
  • Task 3: All good.
  • Task 4: flex: 1 auto; is the same as flex: auto;. So you could make it a bit shorter by using the latter.

I hope that helps.

See you,
Michael

Hello!

Thanks for your time and effort.

I made the corrections.

Have a nice day! :slightly_smiling_face:

Arshad

1 Like

Now, everything looks perfect. :+1: