Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
solution is mobile first and responsive. next time I will try to optimize my solution in efficient way
What challenges did you encounter, and how did you overcome them?align the texts in proper position. By wrap these texts in a div container I overcome the problem.
What specific areas of your project would you like help with?aligning the flex items in visually appealing way.
Community feedback
- @Asv000Posted 6 months ago
Next time instead of wrapping text in div you could use on body: display: flex; justify-content: center; align-items: center; flex-direction: column; So there won't be a problem if you wrapped your texts with .cards
You should also check color pallete once again and change color for paragraph and h3.
Marked as helpful0
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