Design comparison
SolutionDesign
Community feedback
- @dimitrisdrPosted 3 months ago
Nice work! well done for completing the project. Keep up the good work! I have some suggestions: I think that you should increase the space around your .bigPart tags. This will make text a lot cleaner around. I would also suggest making a list like:
<ul class='bigPart-container> <li class="bigPart">.......</li> <li class="bigPart">.......</li> <li class="bigPart">.......</li> </ul>and then apllying to your list: .bigPart-container {list-style:none}. This would give semantic meaning to you html and make it readable for screen readers.
hope this helps! #happyCoding
Marked as helpful1@AzerJradiPosted 3 months ago@dimitrisdr I appreciate your insightful review and will incorporate your advice. Thank you for your valuable feedback
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