HTML not linking to CSS -
just curious why not working:
but when launch in chrome, html doesn't seem affected css. text black , hasn't been changed. know how fix?
they're in different directories:
c:\....\html files\firsthtmlfiles.html c:\....\scss , css\firstcsstest.css
your <link>
tag writen assume .css file in same directory .html file.
try
<link ... href="../scss , css/firstcsstest.css" />
instead.
and speaking, pictures of "broken" code useless here, since forces re-type relevant bits. in case, code have been useless, since directory information wouldn't have been included. next time... actual code please, not pictures of code.
Comments
Post a Comment