Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Being able to challenge myself
What challenges did you encounter, and how did you overcome them?Nothing really
What specific areas of your project would you like help with?I am open to honest critics and point out area i can improve myself. Thanks for your feedback
Community feedback
- @medaichPosted 4 months ago
Feedback on Your Work
Positive Outcome
Congratulations! You've successfully completed the required tasks.
Areas for Improvement
-
Semantic HTML Elements
- Consider using more semantic elements like
<section>
,<footer>
, etc.
- Consider using more semantic elements like
-
CSS Optimization
- Avoid using member names as classes
- Instead of repeating styles:
- Create a common class for shared styles
- Utilize advanced selectors (e.g.,
:nth-child
) for individual styling
-
Page Margins
- Investigate and remove unexpected top and bottom page margins for improved accuracy
Marked as helpful0 -
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