Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase not displaying css properly

i'm working on a college project and my coding skills aren't the greatest. I've created a Firebase project to host a temporary website. The website is going to be developed using bootstrap. When i connect to the site after it has been deployed there is no styling present at all. However when i run the same index.html & CSS code on codeply or jsbin it appears exactly how i want it to. Can anyone think of anything that might be causing the issue? It's been wrecking my head for a very long week! Any pointers would be great. Here is a link to my git with the latest code: https://github.com/Realcolm/New-Gers-Garage/tree/Update-CSS

like image 852
Colm D Reilly Avatar asked Jan 01 '23 18:01

Colm D Reilly


1 Answers

This is due to the browser caching your styles. To fix it just use a hard refresh on the browser you are using. Ctrl and ⇧ Shift and then press R for windows on chrome and ⌘ Cmd and ⇧ Shift and then press R on mac.

like image 175
Adekunbi Adefolarin Avatar answered Jan 05 '23 18:01

Adekunbi Adefolarin