Responsive Product Preview Card

Solution retrospective
I think I really got the design right without much issue and I did in a fast way.
What challenges did you encounter, and how did you overcome them?The maximum sizes of the images and how to work with the picture component. But after I understood with the design what I was suppose to do everything went perfect.
What specific areas of your project would you like help with?Overall syntax of the style.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@JocelyneTeles98
Hello, @anderjackie!
You did an amazing job here. The syntax of the CSS file seems very good to me! I only noticed just a little detail and it is the
border-bottom-left-radius
seems to set to 0 (desktop screen size). I saw that you used theinherit
property, that's smart (I didn't used it to be honest, but that's very smart). I think the problem is that maybe that border radius is still inheriting the value from mobile sizes 🤔. Maybe it is good to give a look and solve it with the same logic of your solution, I hope that my observation helps.However, your solution it's great, I liked it. It's clean and very smart. Wish you a happy coding 😊
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