codewithsadee/anon-ecommerce-website

index.html

Batchno1212 opened this issue · 5 comments

I just used this and had no issues; the CSS is from the stylesheets provided in the CDN in the head section. Currently modulating the system for scalability and dynamic loads. I must say I am very impressed with this system. If you have any issues with it, let me know, I am not the author, but I have reverse-engineered this to the point where I can manipulate anything within this file—best of luck.

there is an issue on CSS file for vs code users because the code is degraded line 2977, 3110

error solve

For 2977
.product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

For 3110
.product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

I created a pull request, but you did not merge it.

solve this 2 errors

For 2977
.product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

For 3110
.product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

the css doesn't work for me and i can't troubleshoot the issue