Page does not exist.
Missing Page
Sorry. The page that you requested does not exist on the Department of Computer Science web site.
[an error occurred while processing this directive]
File: index.shtml
Creator: George Ferguson
Created: Mon Sep 10 12:26:59 2012
Time-stamp: Sorry. The page that you requested does not exist on the Department of Computer Science web site.
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:
Last update: Wednesday, 30-Jan-2013 14:54:20 EST
Page does not exist.
Missing Page
[an error occurred while processing this directive]
DMS102/CSC170D: Introduction to Web Development
Spring 2013
[an error occurred while processing this directive]
Assignment 2: CSS
[an error occurred while processing this directive]
File: doc-finish.shtml
Creator: George Ferguson
Created: Tue Dec 6 13:46:48 2011
Time-stamp:
http://www.cs.rochester.edu/courses/170d/spring2013/assignments/2/blog.html
It'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:
Avoid absolute or relative positioning. You don't need them for
this. Your page should behave properly when the window is resized.
header, nav, footer, article {
display: block;
}