Fylo landing page using scss

Solution retrospective
Feedback are requested
😍
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Dinesh! 👋
Congratulations on finishing another challenge! Again, good job! I see that you followed my last suggestions, great! What I can hint you this time is:
- Since you wrap your logo into anchor change your alternative (
alt
) text to be more descriptive. Change it to something like - 'Fylo - homepage'. - Your
hero__img
andproductive__image
images are decorative so youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies, such as screen readers. - Instead of putting image of quotes in
.testimonial
HTML what you can do is to use pseudo element::before
on your.testimonial
element. Set it toposition: relative
and your pseudo element asposition: absolute
. Put your image usingcontent: url('image.jpg')
.
Good luck with that, have fun coding! 💪
- Since you wrap your logo into anchor change your alternative (
Join 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