Currently working on a web-based game project called Sweet Shoppe, and utilizing GitHub Pages for hosting. However, encountered an issue where the CSS does not seem to be functioning properly on GitHub Pages.
Attempted placing the CSS file in the main repository (as well as in a folder) and importing it through the HTML code, yet upon visiting the URL of my page (configured as mreikono.github.io/Sweet-Shoppe), the specific CSS styles applied like gray stripes background failed to display.
Basically seeking guidance on the correct approach to effectively import CSS files into GitHub Pages. Any suggestions or alternative methods are greatly appreciated.