Multimodal Composition: CSS samples

Professor Jamie Skye Bianco

Fall 2009, University of Pittsburgh

Tuesdays, 6-8:50PM, 423 CL

ENGLIT 2504 - 1010

Office Hours, Tuesdays, 4-5, and by appointment

Office Location: 1502a CL (enter through 1501)

Course Schedule
Course Description & Required Materials
Students Home
Spikenlilli Home
Student Websites
Third Year Review

Linked here are four different documents to help you work on your CSS:

CSS class examples--

the working rendered page
(demonstrates the progress we made in class)

The final rendered page
(the white background/jaguar image page)

To view the source code: click "view" and then page source in the file menu.

To view the CSS, locate the link href file name below the <title> tag.

In this example the css file name is spikenlillistyle.css.

In the browser, replace the html file name with the css file name.

In this example the full url is: http://www.spikenlilli.com/Spikenlilli/MMC_CSS_Notes.html
Therefore the html name is: css file name is MMC_CSS_Notes.html

In the address bar, replace the html file MMC_CSS_Notes.html with the css file name:spikenlillistyle.css.
This means that

http://www.spikenlilli.com/Spikenlilli/MMC_CSS_Notes.html

becomes

http://www.spikenlilli.com/Spikenlilli/spikenlillistyle.css

and you should be able to see the stylesheet for this webpage.