Mimsy Were the Borogoves

Hacks: Articles about programming in Python, Perl, PHP, and whatever else I happen to feel like hacking at.

Cascading Style Sheets: The Definitive Guide

Jerry Stratton, July 23, 2001

Add a single line to each of your web pages and you suddenly have full control over the stylistic appearance of your web pages from a central file:

  • <link rel="StyleSheet" href="/css/reviews.css" type="text/css" media="screen">

If you then add, in your /css/reviews.css file, a set of lines like: