Design comparison
SolutionDesign
Solution retrospective
all feedback is welcomed
Community feedback
- @romila2003Posted about 2 years ago
Hi @rick881,
Welcome to the frontend mentor community and congratulations for 🎉 for completing your first challenge, the card looks great. There are some issues I want to address:
- It is great that you used the correct semantics for the footer however you should also wrap the main content within the
main
tag e.g.<main class="container"></main>
- Your box-shadow for the card is quite strong so I would recommend you making it lighter e.g.
box-shadow: 10px 10px 20px rgba(0 0 0 0.1)
- Instead of using the
position
property ofabsolute
on the footer, you could use theflex-direction
property on the body, which will vertically align the footer and the container.
Overall, great attempt and wish you the best for your future projects so keep coding 👍.
0@rick881Posted about 2 years agoHi @romila2003 Thank you for your feedback and review it was insightful
1 - It is great that you used the correct semantics for the footer however you should also wrap the main content within 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