Reactjs react-router and Tailwind

Solution retrospective
As someone who can get tired of css I was happen that it went well though I expected some confusion but thing later cleared out.
Next time I really need to get prepared if am planning on such kind of project that need such styling by writing things down or making a wireframe of the such box-model
What challenges did you encounter, and how did you overcome them?My Navigation components always seem to not follow what I want on postion(css property) It was out of the Home, Crew, Destination, Technology components so basically the background-image property doesn't seem to work. So I used position great it worked! but guess what only for(Tablet and Desktop) it couldn't allow me to handle the hamburger-menu then I said ok why don't I remove the postion property on small screen so the hamburger-menu can flow but when I did that the header which was what is handling the postion property flow outside the background-img. Then I said why not put the Navigation component on each component (Home, Crew, Destination, Technology) container from where the background-img is applied and set a min-width media query from 768px postion fixed that way the navigation component doesn't flow outside each component and it worked!!!😁 Now my hamburger-menu can flow relative to the #root element and not the header.
What specific areas of your project would you like help with?Suggestion on css styling would be really great on how you handle yours with ease and not much stress
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Victor's solution.
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