My CSS is linked in my head tag underneath the title tag like this:
<link href="css/main.css" rel="stylesheet">
I was working with the styles yesterday and it was applying the styles well.
Today i am adding new styles and they are not working with the PHP file, it still has the css from yesterday when i check the page source even though i have changed the css file.
What has happened?