Design comparison
Community feedback
- @JuarrisonPosted about 2 years ago
Hi @nrougier. Congratulations on the work you did on this project. I think it would be interesting if you try some code changes. First of all, the name of the main HTML file should be index, because this way, you won't have problems with the server. On the other hand, I invite you to explore some semantic tags to moderate the use of divs. Here is some useful information about it: https://www.w3schools.com/html/html5_semantic_elements.asp
Finally, you could try the following buy button:
<button> <img src="images/icon-cart.svg" alt="shopping cart icon"> Add to Cart</button>
Greetings, I hope this comment is useful to you. Cheers!
Marked as helpful1@nrougierPosted about 2 years ago@Juarrison Wow, thank you for your feedback! will be doing the changes and let you know!
0
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