Aswin Harikumar
@i-am-ashwinAll comments
- @AwesomeDann@i-am-ashwin
congratulations on completing the challange! looks like you got a very similar design match.
The accessibility issues as noted by the report is due to the lack of a single main/article html tag enclosing the whole content portion of the page.
and make sure to include a heading if you end up using the article tag as these would help a screen reader easily navigate through the page accurately
- @Itsmeelo@i-am-ashwin
congrats on finishing the solution !
one small pointer .. your font import statement needs to be at the top for the fonts to load correctly from the styles.css
and its suggested not to use
@font-face
from the google fonts url you can read more about it hereMarked as helpful