Aakash Verma• 6,810
@skyv26
Posted
Hi! Felipe, Really nice job. I checked your design and its responsiveness. I found no issues in your work excepts the report issues. In order to solve report issues do as below:
- Add alt text as I saw in your report
<div class="main-img-box">
<img src="./images/image-equilibrium.jpg" alt="" class="main-img-equilibrium">
<div class="hover-img-icon">
<img src="./images/icon-view.svg" alt="More info icon">
</div>
</div>
as you can see above main-img-equillibrium image have no alt text. Add alt to solve issue.
- Wrap your section code inside the <main> tag and it will solve all your accessibility issues.
I hope it might helpful to you.
Best Wishes
1