Being new to markup languages, I encountered an issue when trying to apply my first CSS file to my index.html. Here is how I included the link tag in the HTML file for the CSS file: index.html code
Upon checking the network tab in developer tools, I noticed that the CSS file was loading but when I tried to view the styles for a specific tag, they were not showing up. I have attached the CSS file and a screenshot of the network tab below: Network tab not displaying the applied CSS