http://www.cs.rochester.edu/courses/170d/spring2013/assignments/2/blog.htmlIt's a blog, but it's pretty ugly. Save the page source so you can work with it. You'll see that the page references a style sheet named
blog.css. Create that stylesheet to achieve the following presentation:
Submit the stylesheet and the page source (which you shouldn't have to change).
Hint: The positioning can be done with as few as five CSS settings, and then another three for the colors. Older browsers that aren't keen on HTML5 may need the following also:
header, nav, footer, article {
display: block;
}
Last update: Wednesday, 30-Jan-2013 14:54:20 EST