@nadiasalsaaSubmitted over 2 years ago
Prince
@princej02All comments
- @princej02Posted over 2 years ago
To deal with the accessibility issues:
- For the container div use <main> or <section>
- Instead of using h4 use h1 and change the font size - this is because of the heirachal structure you cannot have any heading element like h2, h3, h4 etc. come before h1.
Overall good solution.
Marked as helpful0 - @princej02Submitted over 2 years ago@princej02Posted over 2 years ago
Oh my days i forgot to add that, thanks for the feedback.
1 - @princej02Submitted over 2 years ago
I have some problems with my code when i change it to mobile size the width and height does not scale for some reason.