星期日, 四月 04, 2004

Comments, Links

You learn something new every day: Brian takes indentation a step further in his CSS file.

h1 { font-size: 3em; font-weight: normal; } h1 a:link, h1 a:visited { text-decoration: none; color: #ddd; display: block; } h1 a:hover, h1 a:active { background: #888; }

(Please don't look at my current CSS, I threw it together in about 10 minutes one night on a whim.)