Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome, thank you in advance.
Community feedback
- @dimar-hanungPosted over 1 year ago
Hello 👋, Well done on completing the challenge! 🎉
I have some interest and feedback with your code
That i like:
- I appreciate the similarity of your results with the design, a bit different in position and font because footer, but still good 👐
- 📁 Folder is well structured, i like it
- html is pretty good, not too nested 👍
- CSS Naming is also good, represent what is it for, like
<div class="card">
for card section - Responsive until galaxy fold screen size 👌
My Feedback:
-
You can make it center by adding
min-height
and remove setmargin:0
to fixoverflow
, make body styles into thisbody { font-size: 15px; font-family: "Outfit", sans-serif; background-color: hsl(212, 45%, 89%); display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; min-height: 100vh; }
anyways overall is good, nice solution, hope it useful 🙌
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