I am trying to @import CSS file into an HTML but it does not work. I did try linking path, It is not working either.
YESSSSSS!! I finally found how to do that. i just copied HTML path and wrote it as style path. Example for HTML;
href="http://127.0.0.1:54149/assets/pages/U5-JS.html"
so this is the style tag after change;
href=''http://127.0.0.1:54149/assets/style/U5.css''
So it perfectly works. I still do not know what was wrong. Thanks again all efford guys, i appreciated.