Design comparison
SolutionDesign
Solution retrospective
Please feel free to give me some tips.
Community feedback
- @dostonnabotovPosted over 1 year ago
Hey, there!
Congrats on completing the challenge.
Here are some suggestions I would like to make:
- Move your styles to separate
style.css
file. - Use Prettier. I see that you don't care about formatting and how your code looks. So, let Prettier (VS Code extension) handle it for you
- Add some spacing on top and bottom of your page for small devices. Something like,
padding-block: 2rem;
onbody
element should do it. - Attribution is overflowing on top of other elements on small devices. Either remove it or style it better.
- Read the
README.md
andREADME-template.md
files if you want other developers check and read your code.
Good luck on your coding journey!
Marked as helpful0@LiamPerrymanPosted over 1 year ago@dostonnabotov did not even know such a website existed. Thank you for that I really need help with making my code look neat.
0 - Move your styles to separate
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