Design comparison
SolutionDesign
Solution retrospective
My first fully responsive website... It was hard... (updated background color to: #FAFAFA)
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Rado, It looks great!...
You have
accessibility issues
that need to fix:Document should have one main landmark
, Contain the main content with<main>
.Heading levels should only increase by one
...Ordered headings
make it easier to navigate and understand when using assistive technologies.- Use
<header class="header">
instead of<section class="header">
, and<footer class="footer">
instead of<section class="footer">
, and<main class="main">
instead of<section class="main">
this is the correct semantic HTML
Hope this is helpful to you... Keep coding👍
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord