Problem: CSS not showing in the browser after change
Solution: Remember the browser will most likely cache the web assets like images, CSS files, and JavaScript. Press Ctl + Shift + R (Chrome Browser ) to request new content from the Web Server. In this case the changes should show in the browser.
- If you pressing Ctl + Shift + R does not work, try to disable the caching of CSS from the Developers Console.