Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of how it looks and I am proud that when working on this I noticed that I was getting the hang of things regarding html and css like knowing what to use to recreate the image.
What challenges did you encounter, and how did you overcome them?Figuring out why the images were not showing up on github's live pages. Working on this helped me figure out what I still need to work on and with research I refreshed my memory on absolute and relative paths.
Community feedback
- Account deleted
👋 Hey, @Bunmi-Ogundele! I have a few suggestions for your project:
- Use
display: flex
for thebody
like this:
This will help center all the content more easily.body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; }
Great work! 👏
I hope you find this helpful. 😊
Marked as helpful1 - Use
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