Stats preview component

Solution retrospective
This my submission. I need help with the overlay and media queries. Thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @EngineerHamziey
Asalamu aleykum warohmotullohi wabarokaatu sister, May Allah crown our effort with success.
Here are my suggestions concerning the accessibility issues
- Always add the language attribute to your <html> tag, i.e it should look like
<html lang="en">
and here en means English. - All page content should be contained by landmarks, like Header, footer, main, aside.....so Instead of
<div class="container">
you should use<main class="container">
And your .attribution should be inside the footer tag
and I noticed a lot of other errors , so if you don't mind, there are more explanation here on how I did mine after being corrected by mine dearest mentors. The code contains alot of comments which are explanations to how and why everything is done in the code
I hope you found this helpful 😊
Marked as helpful - Always add the language attribute to your <html> tag, i.e it should look like
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