I just started an asp.net c# project and I was trying to change the text-align of the .title and background color of the .header. I add the required code to the style sheet, but nothing changes in the header of the form. I’m probably missing something simple here, can someone point me in the right direction?
Share
Stylesheets are usually cached by the browser to speed up browsing.
You can either force-refresh (SHIFT+F5) or append a value to the stylesheet path to cache-bust it.
By changing
v1whenever you want a change to be forced out to all browsers, it will replace the cached version as resources are cached per URI.