2. Website Structure: CSS Stylesheet


[ Prev ] [ Index ] [ Next ]

The stylesheet style.css controls the aesthetics of the webpage. It has sections for some of the divs, controlling their heights and widths. It also controls the colors of links, and the background colors of the header and navigation bar.

One important point to remember when adjusting the heights and widths of the divs is that any dimension for a div specified as a percentage is a percentage of the parent container directly above the div. For example, the "map" div is 100% the height of the "content-container" div, not of the whole page or the whole browser window.