tan• 640
@tan911
Posted
Hello @JeremyPaymal, maybe this will help and improve your code:
- Wrap your content with "main" element or use a "role" attribute for your div with the value of "main", so it should look like this: <div role="main" class="content"></div>. I suggest you should use main element as sematic html for accessibility and best practices.
- Do not use pixels for font sizes instead use rem for that, so that your audience can be able to see the text base on their preferred font sizes.
Hope it helps, Thanks.
Marked as helpful
0
JJ• 160
@JeremyPaymal
Posted
Hello @tan911,
Thanks a lot, I'll do the changes !
Jérémy
0