Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of the overall result obtained from the effort put on project. It looks good to me
What challenges did you encounter, and how did you overcome them?One mistake I made was to style buttons with the links containers. It looked as buttons but don't work as such. So, i rebuilt the buttons with the links' css instead, and the result turned out great.
What specific areas of your project would you like help with?None.
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello, I would like to extend my congratulations on completing this challenge.
- I will give some suggestion make sure it`s improve your skill.
- In css you will use
.content-child { width: 100%; display: flex; justify-content: center; align-items: center; }
simplifying the CSS for better optimization by using a more concise approach. use this
.content-child{ text-align:center; }
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