Design comparison
SolutionDesign
Community feedback
- @Saad-HishamPosted over 1 year ago
Excellent work✨ I have a few tips that could make your design even better. Firstly, it's recommended to wrap your card inside a main tag instead of a div for better accessibility. Secondly, I suggest removing the following line of code as it ruins the design:
main.summary { /* height: calc(100vh - 48vh); */ }.
Finally, consider using a smoother and lighter box shadow with the following code:
.main { box-shadow: 4px 4px 10px 0px rgba(229,233,244,0.75); -webkit-box-shadow: 4px 4px 10px 0px rgba(229,233,244,0.75); -moz-box-shadow: 4px 4px 10px 0px rgba(229,233,244,0.75); border-radius: 0rem 2rem 2rem 0rem; }
Overall, you did an amazing job with your design! To make it easier to determine sizes, margins, padding, and colors, consider using software like Photoshop. Keep up the great work🔥"
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