Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of learning about CSS box shadow and implementing it in this project
What challenges did you encounter, and how did you overcome them?Understanding box shadow was my challenge and overcame it by watching tutorial on Youtube.
What specific areas of your project would you like help with?What is the best practice for using box shadow?
Community feedback
- @danielmrz-devPosted 10 months ago
Hello @mayor-creator!
Your solution looks great!
I have a suggestion for improvement:
- This line on your code is causing your screen height to be bigger than necessary:
padding: 13.65625rem 0rem 13.71875rem 0rem;
Is there any reason to keep it on your code? If you remove it , your card will remain on the center of the page, but it won't have that enormous empty space at the top and bottom.
I hope it helps!
Other than that, great job!
1
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