Lec 7
Lec 7
h1 { font-family: verdana,sans-serif; }
By element id:
This will match all <a> tags that are inside of <p>
universal selector (avoid or use with care!):
* {color: black}
p * {color: black}
background-image:url("back.gif");
Additionaly :
• background-repeat
repeat-x, repeat-y, repeat, no-repeat
• background-attachment
fixed / scroll
Backgrounds (2)
border-top-style, border-left-color, …