Blogr landing page css html javascript

Solution retrospective
Hello guys,
thank you very much for your time when having a look at this challenge, it's much appreciated.
Have a fab day!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kens-visuals
Hey @michaelastefkova 👋🏻
I have a quick tip which may help to fix most of the accessibility issues, and I've noticed something out that I want to point out.
- If you change this
<section class="header"> ... <section>
to<main class="header"> ... <main>
, I believe it will fix the most, if not all, of the accessibility issues. Don't forget to generate a new report once you change it. - The only odd thing I noticed is that the
footer
has someone else's name, and when I clicked on it, it took me to some guy's GitHub. I'm not sure if that's what you intended to do 😅
I hope this was helpful 👨🏻💻 other than that, the layout looked really cool. Cheers 👾
Marked as helpful - If you change this
- @fidellim
Hi Michaela,
Looks great for both web and mobile views! Well done :)
Join 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