Design comparison
Solution retrospective
I feel difficult to align the sub-text with the text above it. I still confuse and what is the easiest way to match the text.
Community feedback
- @HashimAlSadahPosted over 2 years ago
Hi @2yool, congrats on completing this challenge. Your text alignment seems fine, but you have some accessibility problems in your html code, which you can easily fixed by the following.
-You should at least have one main tag <main></main> in your code. You could do that by replacing <div class="container-fluid"></div> by <main class="container-fluid"></main>.
-You should also make the <div class="attribution"> as footer <footer class="attribution"></footer>
Overall, great job and Keep Coding.
Marked as helpful0@2yoolPosted over 2 years agoBro @HashimAlSadah, thank you for reminding me, I didn't know about the main and footer tag at first. I learn something from you. Thank you.
0
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