Clancy Zeng
Clancy Zeng

Reputation: 159

PhpStorm index.css file doesn't work, even the content of index.css is empty , the page are same as before?

index.php

picture one

enter image description here

In chrome: enter image description here

And even I deleted the index.css,the web page is same.

What's going on here?

enter image description here

Do you need any other information?

Upvotes: 0

Views: 412

Answers (1)

ViLuWi
ViLuWi

Reputation: 327

Try to restart phpStorm, if it doesnt help try <link href=./css/index.css rel="stylesheet"> Also clear cash from browser and reload the page.

Upvotes: 2

Related Questions