Product preview card using HTML & CSS

Solution retrospective
All feedbacks are welcome , thanks in advance
Please log in to post a comment
Log in with GitHubCommunity feedback
- @felipestefani
Hey! How are you? Hope doing great!!
I'd liked very much your desktop design. Congrats 🎉
Just one observation: you could made your design responsive for mobile as well.
In your css you could use media to solve many of your problems in this kind of issue
@media (max-width: 700px) and (min-width: 375px) { }
The example above is just an example of how could you solve this problem.
You can change the widths and the min /max position, depending on how you start your design (mobile or desktop first).
Despite that, and backing to the project done, you did very good job!!!! 👏👏👏👏
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