Actually my question is simple I have added a normalize.css file in
a root folder called css and trying to reference this. css file in
html head tag like below.
<
link
href
="css/normalize.css"
type
="text/css"
rel
="stylesheet"
/>
I'm doing this inside visual
studio 2013 using multi device hybrid app. I tried giving this .css
file an absolute as well relative path but still I
can't change the layout/fonts and appearance of my
DOM using normalize.css. I have no clue why this .css is not
working or may be its not getting recognized by the
browser or visual studio is not letting my project use it. I'm
creating a mobile app using jquery mobile in visual studio.
Any suggestions or answers will
be highly welcomed.
Also you can see the entire code
on this link
though I have commented
out normalize.css line but even after uncommenting it's
not working/giving the desired result.
Thanks