Submitted almost 3 years ago
Coding bootcamp testimonials slider solution
@alkarim99
Design comparison
SolutionDesign
Solution retrospective
Hello developers please give some feedback for my solutions, i am confused about the positioning the slider Thanks developers
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Abdullah
To solve accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
Change your below code
<div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Abdullah Al-Karim</a>. </div>
To
<footer class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Abdullah Al-Karim</a>. </footer>
Good Luck ;)
Marked as helpful0 -
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