Cascading Style Sheets -- Resources
by K. Yue
Lecture Notes:
-
An introduction to CSS, source code
within the notes:
-
An Introduction to CSS-P.
-
The CSS file that specifies the following styles:
-
All headings should use the color green.
-
The preferred font for the document is "sans-serif". If it is not
available in the client browser, use the font "Helivetica" and then
"Courier".
-
All headings should use the color blue. In addition, the heading
h1 should also be center justified.
-
For lines within the document, a 1.5 spacing is used.
-
The background color of the page should be yellow.
-
Define the classes "bigchar" and "smallchar" as 150% and 60% of the normal
font sizes.
-
List elements of unordered lists should be 80% of the normal font sizes
and the bullets should be in red.
Useful external links: