Design comparison
Solution retrospective
Hello Everyone π, I just finished my second junior challenge (also the second time completing a full landing page).
This challenge was definitely hard as it took me roughly 4 days on and off. Also, I still haven't figured out how to solve some issues (like hiding the quotation mark behind the testimonial cards & displaying the error message). The background svgs gave me a really hard time as well but after all I think it turned out alright. Just like my last solution, I also used pseudo elements for link hover effects.
Please have a look at my solution and let me know what you think π.
Thank you! π
Community feedback
- @vanzasetiaPosted over 3 years ago
πHi Nebiyou Ersabo!
πThanks for your useful feedback on my solution for this challenge!
Now, I will give my feedback on this solution:
- You can just import multiple font family with just one
link
rather than two. Since it will make your page load faster because it's just handling two font family at once. - For the
.cta__email
input on mobile screen size (<400px), the input is busting out of the card. - It seems like the
.cta__button
and.register__btn
does not have any style for:hover
state. - For the
bg-quotation
you can set it as abackground-image
if you want to try. - For the
.testimonials__quote
, you can replace thediv
withblockquote
so I think it will make more sense since it is a quote.
Well, that's it! Hopefully this is helpful!
Happy Coding!
1@NebiyouErsaboPosted over 3 years ago@vanzasetia Thanks for your helpful feedback! Yes, I did notice the email input was slightly larger than the button on my phone, but it wasn't completely busting out when I saw it. I'll fix that rq. But for hover states, I made the hover effects to be visible after 800px, perhaps that is why you weren't able to see them on your phone.
0 - You can just import multiple font family with just one
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