CSS file not reading

Posted by Freddy Henderson

18 days ago

0

server html style css

Error message:

No style was being added to the webpage (static html & css, no rails)


Even though <link rel="stylesheet" href="style.css"> was added to <head>, the style was not being applied to the page. style.css was in the same directory as index.html

Solved by using entire filepath rather than "style.css"