Design comparison
Solution retrospective
My first Landing Page
Community feedback
- @yiranoPosted about 5 years ago
Hi Viet!
I'm so happy I looked at your code because I couldn't figure out what that second linear-gradient was used for. I also like how the height of your image responds smoothly in responsive so I will have to hack your code and figure out how you did that as well.
I would try wrapping the email input and the email button to use absolute positioning on the button though. Negative margins are a little "hacky" in my opinion.
1@yiranoPosted about 5 years ago@ThePVH You're welcome! If you could take a look at some of my projects and critique mine I'd appreciate it also! I'm really liking your work flow. :)
0@ThePVHPosted about 5 years agoHi @yirano ! Thanks for your feedback. Wow I couldnt think of wrapping the input like that. I will give it a try.
Thanks a lot.
0 - @argelomnesPosted about 5 years ago
Hey Viet,
This looks good! My only thought is to consider making the input wider on mobile.
1@ThePVHPosted about 5 years agoHi @argelomnes, Thanks for your feedback. I really appreciate it.
0 - @mattstuddertPosted about 5 years ago
Great work Viet and congrats on submitting your first solution! Your landing page looks really good 👍
I noticed you're using the
img
element for the mobile image and then abackground-image
for the desktop image. I'd recommend you take a look at the picture element as it allows you to conditionally add/remove images within the same element. It's a really useful element!Keep up the great work!
0@ThePVHPosted about 5 years agoHi @mattstuddert!
I will take a look at that for sure. Thanks for your feedback.
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