Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.html #1

Open
Batchno1212 opened this issue Mar 19, 2023 · 5 comments
Open

index.html #1

Batchno1212 opened this issue Mar 19, 2023 · 5 comments

Comments

@Batchno1212
Copy link

CSS

@kingerypro
Copy link

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.

@Ankit-69-m
Copy link

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);
}

@hamzalodhi2025
Copy link

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

@Atharv2433
Copy link

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);
}

@its-stormy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants