Latest solutions
css media query, css flexbox
#bootstrap#progressive-enhancement#materialize-cssSubmitted over 1 year ago
Latest comments
- @SuzanYba@Goku216
Congratulations on finishing this project.
I really liked the result of your project, but I have some tips that I like to share:
Accessibility
1- Every page should have one main landmark <main>. So replace the div that wraps the whole content with <main> to improve the accessibility.
2- Also the the content of footer should contain in <footer> landmark.
- @bosirullah@Goku216
Congratulations on finishing this project.
I really liked the result of your project, but I have some tips that I like to share:
Accessibility
1- Every page should have one main landmark <main>. So replace the div that wraps the whole content with <main> to improve the accessibility.
2- Also the the content of footer should contain in <footer> landmark.
Marked as helpful