CASCADING STYLE SHEETS

What is Cascading Style Sheets or CSS? CSS is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document. CSS is used to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content that is written in HTML or a similar markup language from document presentation that is written in CSS.

Flower's Web Site

CSS Style Sheet: I created a Cascading Style Sheet for an existing base HTML Web page given to me by my instructor to develop a layout and theme of the page. Another part of this project was to design a printable version of the page using a CSS print file. The background and graphics are designed with use of Adobe Photoshop.
...view this project | view the CSS file | view the CSS print file


CSS Zen Garden: “The Medieval Garden”

CSS Style Sheet: For this project I created a Cascading Style Sheet for an existing base HTML Web page under the guidelines of the CSS Zen Garden project (www.csszengarden.com, submitted designs). The project rules required that the HTML file remain unchanged while the CSS file could manipulate any element of HTML file. Zen Garden lets you participate it this so you can learn how CSS can visually alter the look and feel of the same html page.
...view this project | view the CSS file