Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud the time it took me to finish the task as I finished it much faster than I expected. If I were to do it again, I will make good use of the CSS flexbox.
What challenges did you encounter, and how did you overcome them?The challenge I had was aligning all the items to the center and I overcame them by:
- using the flex property,
- directing the flex to column, and
- aligning the items to the center.
Community feedback
- @Reza1878Posted 4 months ago
The result is nice, but here's some point you can improve in your code:
- The font is not loaded on my side.
- Adjust the card placement to the center of the screen, you can use flex box in this case.
- Add alt attribute on img tag, so if the img failed to load it'll show the alternative text
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord