@MohammadSoleimanikiaSubmitted 3 months ago
What challenges did you encounter, and how did you overcome them?
nothing
nothing
You did a good job! Altough compared to the design, the links edges are less rounded.
The card is not centered, you can do this with this simple trick I use:
I set body to display: flex; flex-direction: column; min-height: 100vh;
and then I use <main>
tag to which I apply flex: 1 0 0%
in which I put my card.
Also the size of the card is a lot smaller than the design. I would recommend using the figma design when you can as it gives you the possibility to check all sizes.