CSS style sheet doesn't link to my HTML -


for reason css style sheet isn't opening html file.

i've attached images of html code , css code.

my css style sheet saved .css. spelling correct.

i've looked through similar questions on forum. i've tried solutions no avail.

i'd grateful help. many thanks

my html code

my css code

are having files in same folder? becouse if not, should link css path file this:

<link rel="stylesheet" href="foldername/codeacademy.css"> 

//this version work if have html file , folder css file in same place

btw: why div outside of body o.o? , don't need specify type of stylesheet link anymore ;)

edit


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -