Latest solutions
Latest comments
- @ouariadam@BinLama
Looks pretty good but try to add
cursor: pointer;
on button so that it looks like a pointer. If you want to use button tag instead of div tag for the buy button, then you can make a button and use pseudo elements to add the cart. Look at Kevin Powell's video to learn more about it.
Also you have some random ", ." on your html so you can remove that. But overall, looks really nice!!