Design comparison
Solution retrospective
It would be very helpful if you could tell me what i can improve on
Community feedback
- @elaineleungPosted over 2 years ago
Hi Javier, good job completing this challenge! I can see you've worked on making sure the site can be viewed optimally in different sizes.
I see that your image seems a bit distorted; you can try changing the
background-size
tocover
instead because right now it's very squished when I resize the browser. If you're trying to position the image, then you should trybackground-position
. If you do want to change the frame size, then perhaps consider using a parent container and then change the size of the parent container to your desired size. I would actually suggest turning this into an image with theimg
element instead of using it as a background image, and for that case, you would addobject-fit:cover
to the image.Also, for the text input, the font color is a bit light, and I think that in the design, the typed input should be something darker.
That's about it, good job once again, and keep at it 🙂
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