Result Summary Blast code

Solution retrospective
Hi everyone, it was worth giving a try and it helped me practice my flex box tutorials well. pls critize
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bibiwei-Pere
Hi
Congratulations on completing this challenge
You did great but I noticed that the desktop version of your challenge is not properly centered. To fix this create a CSS for your body tag in your style.css and add the following.
body { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; }
Overall, you did a great job 👍
Hope you find this helpful
Marked as helpful - P@d3vaqa
well done. just the height looks so different compared to the original design. if you could adjust the height. it will be looking much nicer. thanks
Marked as helpful
Join 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