Open mikebutts opened 7 years ago
I don't understand the comment "the CSS was not applied". Did I not link the CSS file correctly? When i viewed the index.html file in my web browser the CSS was applied and the website looked the exact same as it did in the demo?
After reading the article I linked the CSS using "". Is this the correct way? Would this give me a meets expectation grade?
the code did not show up in bewteen the "" in the comment below... I used this code below
------
"link href="resources/css/style.css" type="text/css" rel="stylesheet""
Grade: Needs Improvement
Summary: The only reason this did not receive meets expectations is that the CSS was not applied, take a look at http://www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/. Otherwise, the code was organized and easy to read , good job! After fixing this, try adding your own touch, maybe make the header have a background image instead of just the h1, move images and text to the center, make it yours.