Design comparison
SolutionDesign
Solution retrospective
Any feedback welcome on my use of TailwindCSS!
Community feedback
- @iamRed-OnePosted over 1 year ago
Hi there Tommy, Congrats 🎉 on completing the project
i have some suggestions for you
- instead of using
sm:hidden
for you image which was a great btw use the picture element. it has wide ranges as well that can help in future project learn more
<picture> <source media="(min-width: 45rem)" srcset="./images/image-product-desktop.jpg" /> <img src="./images/image-product-mobile.jpg" alt="product image" /> </picture>
- Your button active state isn't quite close, mine wasn't exact but close enough, i suggest hovering of the color in vs code a palette normally shows up you can drag to get particular color of choice.
Overall great solution ♥
0 - instead of using
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