
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Any advice is welcome)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Blackpachamame
Hey your solution is amazing! 🤩
📌 Some suggestions
- To improve the semantics of your HTML, you can change your
<div class="attribution">
to a<footer class="attribution">
- You can add the property
min-height: calc(100vh - 100px)
to yourbody
to center the content vertically (especially for large screens) - The color of the paragraph text should be
hsl(215, 51%, 70%)
Marked as helpful - To improve the semantics of your HTML, you can change your
Join 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