A responsive coding bootcamp testimonials sliders

Please log in to post a comment
Log in with GitHubCommunity feedback
- @NehalSahu8055
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
➨ Give correct
alt
tonon decorative
images.- Wrong
<img src="images/image-john.jpg" class="heroImg" alt="Tanya Sinclair">
- Correct
Like
<img src="images/image-john.jpg" class="heroImg" alt="John Tarkpor Junior Front-end Developer">
➨ Give
break-point(media-query)
at some 800 or 900px.➨ Use
<button>
for previous and next buttons as it is accessible to the keyboard.I hope you find this helpful.
Happy coding😄
Marked as helpful
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