Design comparison
Community feedback
- @dboca93Posted 11 months ago
Hello @Abdokhattab11, well done on completing this task, I hope you're enjoying your coding journey. This is a good attempt, the main issue is that the "Results Summary" area is not located in the middle. Try wrapping the content in a main element with the following code:
main { min-height: 100vh; max-width: 100vw; display: flex; align-items: center; justify-content: center; }
Also, it would be good to try including some semantic html elements (like main, section or article etc.) I hope you appreaciated my help. Feel free to add me on social media for future correspondence.
Twitter: @dboca93 Linked-In: Dilhan Boca
2@Abdokhattab11Posted 11 months agoHi @dboca93, thank you for this advice i really appreciate that. Have a good time.
1@dboca93Posted 11 months agoHey @Abdokhattab11,
If you could do me a small favour and mark my comment as helpful so I could get some extra points !
Thanks !
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