The Beatles

Week Four

WEFT Embedded Fonts

< !-- /* $WEFT -- Created by: Shirley Savarese (bluebird_song@yahoo.com) on 7/17/2003 -- */
@font-face {
font-family: Gigi;
font-style: normal;
font-weight: normal;
src: url(GIGI0.eot);
}
-->

In External CSS File

Comment
/*to illustrate inheritance I removed the font family tags from all but the body rule */

Hover
A:hover {color: #daa520;
background: #0b0e5d;
}

!Important
B {font-variant: small-caps !important;
color: #7c77db;
background: transparent;
}

Pseudo-Elements
P:first-line {font-variant: small-caps;
}

Internal CSS for Page Two

Page Break
<H4 STYLE="page-break-before: always;">Baskets</H4>

Whitespace
Variouse paragraphs in the Basket Table

Template 1 Week Four
Template 2 Week Four
CSS from week three included here
More WEFT