
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!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Grego14
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! 😁
Join 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