Hi there. Please would you give me feedback on the following tasks? Thank you.
Given tasks:
Task1:
Task 2:
Task3:
Task 4:
Hi there. Please would you give me feedback on the following tasks? Thank you.
Given tasks:
Task1:
Task 2:
Task3:
Task 4:
Hi @vusithedev
Top tier code on these tasks. Congrats!
The only tiny thing I see is that in task 4 the tags arenβt centered like in the solution image. Can you think of the correct property to achieve this?
You could also just use flex-wrap: wrap;
instead of flex-flow: row wrap;
because row
is the default value for the direction.
I hope that helps.
Michael
Hi Michael
Thanks for pointing that out. I would use
justify-content: center;
on the .tags
rule to get them centered horizontally.
Thanks for all the help
Youβre welcome.
Yes, this is correct.