reset password
Author Message
mdeltor3
Posts: 5
Posted 16:44 Oct 22, 2015 |

I deleted css file so did it over but for some reason it is not showing any changes of css on my webpage. How do i fix this?

4542elgh
Posts: 71
Posted 22:41 Oct 22, 2015 |

double check your file path <link rel="stylesheet" href="your css file path"> it should look something like <link rel="stylesheet" href="styles/style.css"> . if that didnt help try chmod 755 for your css file. and then BE SURE TO HAVE normalize.css BEFORE style.css, you have to normalize before applying your own style,(otherwise[if you put your normalize after] it will overwrite your original style.css) hope it helps