
Solution retrospective
I was able to apply new tricks like transitions, transformations and media queries.
What challenges did you encounter, and how did you overcome them?I faced the challenge of the focus state for the card, but it was worthwhile.
What specific areas of your project would you like help with?I would like help with the extensive use of media queries and transformations (2D & 3D).
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
Hello @LANRIE-DEV!
Your solution looks great!
I have one suggestion:
- When using the tag
<img>
, make sure to set the correct path, otherwise your code won't be able to find the image. And if your code can't find it, it won't show.
📌 This is your code:
<img src="/assets/images/image-avatar.webp"> ❌
📌 And here's the update with the correct path:
<img src="./assets/images/image-avatar.webp"> ✅
The difference is just a dot but it's enough to prevent your image from showing.
I hope it helps!
Other than that, great job!
Marked as helpful - When using the tag
- @pauzuffinetti
I've been having the same issue with the media querys and transformations. Have you been able to correct it yet?
Marked as helpful
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