My current setup involves the following file path -
/public_html/websystems/websystems.css
The HTML file I need to link is located in the public_html
directory and is named index.html
The CSS file I'm attempting to link is in the websystems folder and is named websystems.css
You can view the content of these files in the images provided below.
HTML file https://i.sstatic.net/zIR8h.png
CSS file https://i.sstatic.net/Sphdq.png
I'm facing an issue where none of the styles that I've set in my CSS file are being applied to my HTML file. Any insights on why this might be happening would be greatly appreciated.
Thank you for your assistance.