Solution intro-section-with-dropdown-navigation-main

Solution retrospective
I cannot dynamic on login and register position on mobile screen mode.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NatureSon22
To make the layout responsive both on mobile and desktop, you should apply media query.
@media screen(size) { style-to-target }
(https://www.w3schools.com/css/css_rwd_mediaqueries.asp)
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