tan• 640
@tan911
Posted
Hello, @WillieSantos. maybe this will improve your code:
- Try to wrap your content with a "main" element or put a "role" attribute with the value of "main" of your div element for accessibility purposes, so it should look like this: <div role="main" class="block"></div>.
- use "rem" instead of "px" for font size, so your audience can be able to see the text base on their preferred font-size.
Hope it helps, Thanks.
Marked as helpful
0
Willie Santos• 60
@WillieSantos
Posted
@tan911 thank you, it helped me a lot.
0