Overview
I introduced the concept of a CSS Swatch at the Wikia CSS site.Swatches
.codeRecent 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;
}
{
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;
}
{
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]