CSS - school assignment

Have a look at this post from last week. There are a couple of things you need to modify, but it will get you started

  1. Exclude the separate style sheet and put the CSS into style tags in the HTMP page <head> as instructed
  2. Exclude the JavaScript file
  3. Delete all the HTML between
<body>
...
</body>

Suggested basic project structure