Design comparison
Solution retrospective
Hi. Please check out my solution. Any form of feedback would be appreciated. 🙂
Community feedback
- @RioCantrePosted over 2 years ago
Hello there! Nice job in completing this project. Regarding your solution, I would like to recommend the following for you…
- Adjust the
#testimonials .box-container .quotes
properties intowidth: 6rem;
,transform: transform: translate(-1rem, -5rem);
andz-index: 1;
- Include description with the
alt
in image tags. Like this line<img src="images/icon-phone.svg" alt="">
- Adjust the padding in
#testimonials .box
rule set intopadding: 3rem;
- Increase the font size of
#stay-productive .content h2
withfont-size: 3.2rem;
- Increase the padding in the
header
withpadding: 5rem 8rem;
- Wrap the sections with
main
tag. Use semantic tags, for HTML structures, refer it with this one Semantics
Above all, the project is done well. Keep up the good work! Cheers!
0@ikennaezefPosted over 2 years ago@RioCantre Thank you so much for the feedback. I've noted your suggestions and I appreciate them✨
0 - Adjust the
- @ChamuMutezvaPosted over 2 years ago
Hi Ikenna. Nice work so far.
- the first heading element of your site should be an h1 and for best practice use only one h1 element.
- alt values should be descriptive for the benefit of assistive technology users. Decorative images should have empty alt values.
- A
ul
should be followed by ali
element as a child. Check the footer social.
0@ikennaezefPosted over 2 years ago@ChamuMutezva Thank you so much for the feedback. I've noted your suggestions. I really appreciate them✨
0 - @Kamasah-DicksonPosted over 2 years ago
Your solution looks great on mobile good job keep coding👍
0@ikennaezefPosted over 2 years ago@Kamasah-Dickson Thank you very much. I appreciate the comment
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