Overview

I introduced the concept of a CSS Swatch at the Wikia CSS site.

Swatches

.code

Recent Swatches

victorian print header
.victorian_header
{
text-align:center;
font-weight:normal;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-transform:capitalize;
font-variant:small-caps;
letter-spacing:.3em;
}

example victorian header

capitalized header
.capped_header
{
margin:0 0 2px; padding:0;
font-weight:bold;
text-transform:uppercase;
letter-spacing:.3em;
}

example capped header




CategoryCss

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki