score:1

this could also be due to the css file location. if you are using maven and have the css in location like \src\main\resources\css\bootstrap.css, it does not work.

instead if the css file is placed directly under webapp it works.


Related Query