Responsive page with validation form

Please log in to post a comment
Log in with GitHubCommunity feedback
- @zeegu
Beautifully done!🎉
I think the quality will be much better with a little touch.
On the responsive screen of the desktop version, the image becomes smaller than the container. Try this!
@media (min-width: 50rem) { .signUpForm__picture { width: auto; /*Changing to 100% will solve the problem*/ } }
I'm looking forward to your next challenge. Happy coding :D
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