Design comparison
SolutionDesign
Solution retrospective
I'm having trouble centralizing, how can I avoid making mistakes again?
Community feedback
- @erenymoPosted about 1 year ago
Hi there π
Firstly, congratulations to give a chance to finish this project.
It is impossible not to make mistakes, we faces problems everytime and this is natural. Important point is think about how to solve issues during the coding process.
To solve and avoid making same mistakes again, here are some suggestions by me :
- Sometimes declaring manuel values (height: 1440px) to the containers or something else can cause problems in responsive web design. Please search on youtube how to improve your responsive skills. I suggest you to follow Kevin Powell on youtube. He has tons of videos like how to use the correct units for responsive design.
- While building the website, you can check easily how your website will look at any device. To check that, open chrome developer tools and use the toggle device toolbar a lot. This will make your coding process easier.
- Finally, please review other coders' solutions to the related project. This will provide you a different perspective.
I hope it will helpful for you.
Have fun and keep coding ππ
Marked as helpful0@thomasraiterPosted about 1 year ago@erenymo Hi... Thank you, I will watch the mentioned channels.
1
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