Design comparison
Solution retrospective
I finished this project in shorter time than the one before
What challenges did you encounter, and how did you overcome them?Making shadows around the card exactly as in design, I overcame it by searching more to understand exactly how shadow-box is used.
What specific areas of your project would you like help with?Make responsiveness font-text without using media queries, I used clamp but I don't know if it's the best way to do it + I didn't understand how it works it very much!
Community feedback
- @Grego14Posted 7 months ago
Hello! congratulations on finishing the challenge!
I've been reading your code a little and here are some recommendations:
Leave the alt attribute empty if the image is for decoration or has no semantic meaning.
Also in this case it is not necessary to add the second shadow, you can leave it like this:
.card-container{ box-shadow: 10px 10px; }
You did it very well! So there is not much to recommend.
I hope this helps! 😁
1@hoda257Posted 7 months agoThanks a lot for your recommendations 😃 For the shadow, I think there's a very small shadow in the top and left side of card that's why I made the second shadow [as I'm not making borders]
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