responsive News homepage usign react, tailwindcss and vite

Solution retrospective
Any suggestions on how I can improve are welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hi, investigate about the 'position: fixed' to keep the mobile menu always on top when scrolling. Cheers for complete the challenge
Marked as helpful - @maxime927
Hi Peter, hope you're fine :) I can give you some tips to improve your solution if you agree :
-
Concerning your responsive, it should be better in my opinion to just keep a
max-width
for the container and let it be fluid to not have a lot of breakpoints between tablet and big screen of laptop. -
Be careful about font-sizes and spacings, it is very important to save the dimensions of the design to respect the work of the designers, i can advise you to use the chrome extension PerfectPixel With this, you'll be able to compare your solution with a png file of the Design and fix some issues to develop as close as you can.
Hope it helps...
Maxime
Marked as helpful -
Join 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