Design comparison
SolutionDesign
Community feedback
- @motuncodedPosted about 1 month ago
Congratulations on completing the challenge
Here is a few list of suggestions
- For the
<div class="content">
, change it to<main>
. - The
<a>
for the learning should be change to<h1>
and every other<p>
should be change except the last<p>
tag. - The
<a>
in the profile container should be removed and the<img>
under this should have alt tag to describe the img. - You can use prettier to format the code base for easy reading.
I hope you find this useful
Marked as helpful0 - For the
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