Intro component with sign up form by BBV

Solution retrospective
Hello ! Here is my solution to this challenge ! I enjoyed doing this challenge and learn how to do responsive forms.
Feedbacks would be very helpful to me!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jonathanthedeveloper
Benjamin nice work you did there. however, I noticed your solution wasn't responsive even though you used flex on your div#main, try adding this to help improve responsivity
#main { flex-direction: row; } @media (max-width: $width ){ #main { flex-direction: column; /* add more styles for your solution*/ } }
replace $width with the screen width you want to make it responsive at e.g 800px Thank you
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