Design comparison
Solution retrospective
Hi here is my solution for "Intro-component-with-sign-up-form". I used HTML, CSS, Flex, Grid, Mobile-first, JS.
What challenges did you encounter, and how did you overcome them?To validate different `` independently and display an error message for each of them.
What specific areas of your project would you like help with?I used a listener on the `` with submit and play with display: inline
to display the error message.
I used !myForm[i].validity.valid
to validate.
Thanks to leave any comment if you see something I can do better.
Community feedback
- @Mazhar1857Posted 7 months ago
You should decrease the size of the media query for the mobile view. When I open it on my laptop, it shows the mobile layout instead of the desktop layout. However, when I inspect it and manually increase the width, the desktop version appears. For reference, I have a 15-inch display with a 720p resolution.
Marked as helpful1@Lo-DeckPosted 7 months agoHi @Mazhar1857 thanks for your comment.
I reduce a little bit the media screen and add a margin for the body ,after I just made this website with only 2 sizes in hard.
1
Please log in to post a comment
Log in with GitHubJoin 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