sarshas356
(Syed Arshad Ali)
1
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! 
Arshad
mikoMK
(Michael Koch)
2
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
sarshas356
(Syed Arshad Ali)
3
Hello!
Thanks for your time and effort.
I made the corrections.
Have a nice day! 
Arshad
1 Like
mikoMK
(Michael Koch)
4
Now, everything looks perfect. 