I am working on a web app and displaying my interfaces using wampserver localhost on chrome browser. When I change the styling of the web pages they don't display on my browser right away, however if I try the same code next day, it works. sometimes I have to use inline css to force styles to appear. and if I try the same codes on JSFiddle the styles show normally. is there a way to make my browser digest code changes faster?
Try refreshing your browser by hitting Ctrl + F5, this will invalidate the cache and force the browser to reload the latest changes.