Design comparison
SolutionDesign
Solution retrospective
Feel free for any feedback 😊
Community feedback
- @Irwing-DevPosted 9 months ago
Hi AmirHosein! 👋
I liked your solution!!
There's one thing I recommend you improve:
- In mobile resolution, the footer appears on the middle of the container, which bad for viewing, you can change the body attributes to:
body { //Your CSS flex-direction: column; justify-content: space-evenly; } .attribution { //Your CSS position: relative; margin-bottom: 0px; }
And it would be nice if you added a function to the button in the result-container section to return to the cotainer section - this is a suggestion 😉.
I hope it helps! Other than that, great job! I wish you good luck in your studies and see you later 👋👋
0@plutuxxPosted 5 months ago@Irwing-Dev
Hi there 👋
I just saw your comment, and thank you for pointing out the issue with the code. I'll make sure to fix it as you suggested.
Thanks for the helpful feedback! 😉
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