Design comparison
Solution retrospective
Hey this is my 8th day of challenge in here. i hope it turns out good. as always if anybody see a problem, please let me know i would be very happy to fixed.
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, great work you got there.
Layout in desktop is good.
A suggestion would be that, in the form, I think it will please a user if a prompt or a text saying that the email input is success. Right now it only says invalid if it is wrong, but when it is correct, nothing seems to confirm the user about it.
Also, when I am resizing the browser, your content, the image overlaps now the text and the text in the left are pretty squished. You might want to adjust the breakpoint for that.
When I reached the mobile view, the image is not properly fitted in the screen, and I look into your css and see this declaration
background-size: fill;
I don't think that is a valid argument, but you should it like thisbackground-size: cover
, this way it covers the whole width of the element.Overall, your work is good just those suggestions above will be awesome^^
0
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