Design comparison
SolutionDesign
Solution retrospective
I still cant make it responsive so pls suggest changes . Also how do we align the icons and text in same line and same size.
Community feedback
- @anoshaahmedPosted almost 3 years ago
Hey, your report above shows a few issues though:
- wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Click here to read more - have at least one
<h1>
in your code <iframe>
must have a title attribute
Here's a link to something I wrote about accessibility issues & best practices
Hope this helps :)
Marked as helpful0 - wrap everything in your body in
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