Hey @paulovictor1997 👋🏻
I've got some suggestions to help you fix the accessibility issues and some other things.
- In your markup,
<section class="container">...</section>
should be<main class="container">...</main>
. This will fix the accessibility issues. Don't forget to generate a new repot once you fix the issues. - For the icons, add
aria-hidden="true”
, because they are for decoration. You can read more aboutaria-hidden
here. - Also, I suggest adding
padding
to each box, to give some white space, I'll let you decide how much to add 🙃
I hope this was helpful 👨🏻💻 overall, you did a nice job, keep it up. Cheers 👾
Marked as helpful
1
Paulo Victor• 420
@paulovictor1997
Posted
@kens-visuals thanks for supporting, i will follow the suggestions !!!
0
@paulovictor1997 no problem 😇
0