Reponsive navigation using html and css

Solution retrospective
Hi, frontend lovers,
I would like to know how can we make the remote work heading the same as the design, can we send remote work after "make" without creating a new or adding a Heading tag?
Thank's in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @elaineleung
Hi Abhilashpandey, about your question, when I worked on this I just measured how wide the width would be after the word goes to the next line at the 1440px screen size, and then just set that as my
max-width
for that text container in the desktop view. Most definitely you shouldn't have to use another heading to break the line, and if you ever need to break it with a tag, thespan
tag should be used, but yes, I think using max width should do the job!Also, I wasn't able to see your dropdown navs in the desktop view or mobile view, so you might need to fix that. Happy coding!
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