Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Identifying the box shadow and writing the code for it was a bit of a concern. I had written a similar box shadow in a different project and I used it in completing the project.
What specific areas of your project would you like help with?I would like help in understanding how to identify box shadows and best practices in writing them.
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi Ejiro Frances, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
I noticed that the card is not centered, if you want to fix this you can do the following:
body { background-color: hsl(212, 45%, 89%); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; padding: 50px 0 5px; }
The rest is amazing.
I hope this is helpful. 👍
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