Hey everyone,
I have finished the first project of responsive web design certification in freeCodeCamp. Please tell me how is it and if you have any suggestions please tell me.
https://codepen.io/Computer_Coach12345/full/LYxQJVv
Thank you.
change the font, it is kinda hard to read
Your page looks good @swarnodip.sinha. Some things to revisit;
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.- Reference MDN Docs
- Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
- “read more” is not accessible
On a side note, it’s hard for the eye to read long lines of text that stretch from one side of the screen to the other. Adding some padding / margin would make it easier.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.